body{
	font-family: "SimHei", 黑体, STHeiti;
	letter-spacing: 0.8px;
}	

@font-face {
  font-family: "Gibson-SemiBold";
  /* src: url("../fonts/Gibson-SemiBold.woff2") format("woff2"), */
       url("../fonts/Gibson-SemiBold.woff") format("woff"),
       url("../fonts/Gibson-SemiBold.ttf") format("truetype"),
       url("../fonts/Gibson-SemiBold.eot") format("embedded-opentype"),
       url("../fonts/Gibson-SemiBold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.typed-cursor{
  opacity: 1;
  animation: typedjsBlink 0.7s infinite;
  -webkit-animation: typedjsBlink 0.7s infinite;
  animation: typedjsBlink 0.7s infinite;
  display:none
}
/*@keyframes typedjsBlink{
  50% { opacity: 0.0; }
}
@-webkit-keyframes typedjsBlink{
  0% { opacity: 1; }
  50% { opacity: 0.0; }
  100% { opacity: 1; }
}
.typed-fade-out{
  opacity: 0;
  transition: opacity .25s;
  -webkit-animation: 0;
  animation: 0;
}*/


/**header**/
.header {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 99;
    border-bottom: solid 0px #eef2f5;
}

.header_fixed {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    transition: All 0.5s ease-in-out;
    -webkit-transition: All 0.5s ease-in-out;
    -moz-transition: All 0.5s ease-in-out;
    -o-transition: All 0.5s ease-in-out;
    box-shadow: 0 1px 4px #ccc;
}

.header_fixed .head_menu li a{
	color: #1a2856;	
}

.header.fixed{
	position: fixed;
	top: -30px;
}

.header_top {
    width: 100%;
    height: 30px;
    background: #0c0d29;
    text-transform: uppercase;
}

.headT_left {
    float: left;
}

.headT_right {
    float: right;
}

.headT_left li {
    float: left;
    line-height: 30px;
    height: 30px;

}

.headT_left li a {
    padding: 0 50px;
    line-height: 26px;
    position: relative;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0.8px;
    transition: all .3s;
	-webkit-transition: all .3s;
}

.headT_left li a:hover{
    color: #fff;
}

.headT_left li a:after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    background: #3bc3e2;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
    bottom: -4px;
    transition: width .3s;
	-webkit-transition: width .3s;
}

.headT_left li a:hover:after ,.headT_left li.active a:after {
    width: 100%;
}

.headT_left li.active a,.headT_left li a:hover{
	background:#141534;
}

.headT_cont h5 {
    margin: 0;
    line-height: 30px;
    font-size: 15px;
	font-family:Arial, Helvetica, sans-serif;
	color:rgba(255, 255, 255, 0.85);
	letter-spacing:1px;
}

.headT_cont h5 i {
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-right: 5px;
    color: #3bc3e2;
    opacity:0.6;
}

.headT_cot:after{content: '';display: table;clear: both;}

.headT_left ul:after {content: '';display: table;clear: both;}

.header_bottom {
    background: rgba(255,255,255,0.4);
}

.logo {
    display: block;
    float: left;
    /* width: 262px; */
    width: 242px;
    text-align: center;
    /*border-right: 1px solid #eef2f5;
    border-left: 1px solid #eef2f5;*/
    line-height: 90px;
    height: 80px;
}

.logo img {
    height: 60px;
    padding: 12px 0 11px;
    margin-top: 10px;
}

.head_menu {
    z-index: 1;
    position: absolute;
    /* left: 262px; */
    left: 200px;
    top: 0;
}

.head_search {
    float: right;
	color:#fff;
    text-align: right;
}
.menuright{
	float: left;
}

.headB_cot{
	position:relative;
}

.headB_cot:after{
	content:'';
	display:table;
	clear:both;
}

.head_menu li {
    float: left;
}

.head_menu ul:after {
    content: '';
    display: table;
    clear: both;
}

.head_menu li a {
    padding: 0 20px;
    position: relative;
    line-height: 80px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
}

.txt_block .head_menu li a{
	color:#333;
}

.head_menu li a:before {
    transition: opacity 0.1s linear;
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -ms-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    content: '';
    position: absolute;
    border-bottom: dashed #3bc3e2 1px;
    display: block;
    opacity: 0;
    left: 20px;
    right: 20px;
    bottom: 18px;
    height: 0;
}

.head_menu li a:hover:before {
    opacity: 1;
}

.head_menu li a:hover {
    color: #3bc3e2 !important;
}

.head_form {
    position: absolute;
    top: 0;
    right: 58px;
    width: 355px;
    height: 100%;
    border-left: 1px solid #eef2f5;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.head_menu:after {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    /*background-color: rgba(255,255,255,0.7);*/
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.headB_cot.form_into .head_form{
    opacity: 1;
    visibility: visible;
}

.headB_cot.form_into .head_menu:after{
    opacity: 1;
    visibility: visible;
}

.head_form input {
    z-index: 30;
    display: block;
    height: 100%;
    border: 0;
    width: 100%;
    font-size: 15px;
    padding: 15px 10px;
    padding-left: 50px;
    line-height: 30px;
}

.head_form i {
    position: absolute;
    display: block;
    width: 50px;
    height: 80px;
    top: 0;
    left: 0;
    z-index: 30;
    line-height: 80px;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
}

.txt_block .headS_ico i,.header_fixed .headS_ico i{
	color:#666;
}

.headS_ico i {
    font-size: 17px;
    color: #ddd;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 7px;
}

.headS_ico {
    text-align: left;
	position:relative
}

.txt_block .head_search,.header_fixed .head_search{
	color:#333;
}

.head_top h5 {
    float: left;
    font-size: 15px;
    margin: 0;
    line-height: 40px;
	margin-right:20px;
}

.txt_block .head_top a,.header_fixed .head_top a{
	color:#333;
	border-color:#444;
}

.head_top a {
    font-size: 13px;
    color: #fff;
    border: solid 1px #fff;
    border-radius: 3px;
    padding: 0 6px;
    margin: 11px 0;
    float: right;
    line-height: 16px;
    text-transform: uppercase;
}

.head_top{
	display:inline-block;
}

.headS_ico input {
    width: 200px;
    line-height: 30px;
    border-radius: 5px;
    border: 0;
    background: rgba(255, 255, 255, 0.25);
    padding-right: 35px;
    padding-left: 5px;
	font-size:14px;
}

.header_fixed .headS_ico input {
    background: rgba(221, 221, 221, 0.5);
}







/**wrapper**/
.wrapper {
    margin-top: 0px;
	background:#f5f5f5;
}

.ban_lis {
    height: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ban_lis .container1 {
    position: relative;
    height: calc(100%);
}

.ban_wz {
    position: absolute;
    top: 80%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    max-width: 780px;
    color:#333;
}

.ban_wz.txt_white{
    color: #fff;
	opacity:0.85;
}

.ban_wz.txt_white p{
	color:#fff;
}

.ban_cot {
    margin: 0 70px;
    position: relative;
    height: 100%;
}

.ban_wz h3 {
    font-size: 53px;
    line-height: 62px;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: "Gibson-SemiBold";
    margin: 0 0 10px;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    transition: opacity linear 0.6s .45s,transform cubic-bezier(0.215,0.61,0.355,1) 1s .4s;
    -webkit-transition: opacity linear 0.6s .45s,-webkit-transform cubic-bezier(0.215,0.61,0.355,1) 1s .4s;
    opacity: 0;
    transition-delay: .4s;
}

.ban_wz p {
    font-size: 31px;
    line-height: 40px;
    letter-spacing: 3px;
    max-width: 500px;
	color:#333;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);    
	opacity: 0;
    transition-delay: .4s;
    transition: opacity linear 0.6s .5s,transform cubic-bezier(0.215,0.61,0.355,1) 1s .5s;
    -webkit-transition: opacity linear 0.6s .5s,-webkit-transform cubic-bezier(0.215,0.61,0.355,1) 1s .5s;
}

.ban_btn a {
    color: #3bc3e2;
    display: inline-block;
    padding: 0 28px;
    font-size: 19px;
    line-height: 44px;
    background: #fff;
    font-family: "Gibson-SemiBold";
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
    text-transform: capitalize;
    position: relative;
}

.ban_btn a span {
    position: relative;
    z-index: 1;
}

.ban_btn a:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #3bc3e2;
    left: 0;
    top: calc(100% - 4px);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.ban_btn a:hover{
	color:#fff;
}

.ban_btn a:hover:after {
	top:0;
}

.ban_btn {
    margin-top: 50px;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    transition: opacity linear 0.6s .55s,transform cubic-bezier(0.215,0.61,0.355,1) 1s .6s;
    -webkit-transition: opacity linear 0.6s .55s,-webkit-transform cubic-bezier(0.215,0.61,0.355,1) 1s .6s;
    opacity: 0;
    transition-delay: .6s;
    overflow: hidden;
}

.swiper-slide-active .ban_wz h3{
	opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);   
}

.swiper-slide-active .ban_wz p{
	opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);   
}

.swiper-slide-active .ban_btn{
	opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);   
}

.ban_page span {
    background-color: #838997;
    width: 12px;
    height: 12px;
    opacity: 1;
}

.ban_page span.swiper-pagination-bullet-active {
    background-color: #fff;
}

.ban_page{
	bottom:40px !important; 
    z-index: 2;
	transition:all 0.8s ease;
	-webkit-transition:all 0.8s ease;
}
body.into .ban_page{
	bottom:110px !important; 
}


.ban_lis video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ban_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ind2_tit h3 {
    margin: 0;
    color: #1a2856;
    font-size: 47px;
    line-height: 50px;
    font-weight: bold;
    letter-spacing: 10px;
    text-transform: uppercase;
}

.ind2_tit {
    text-align: center;
    /* margin-bottom: 40px; */
    position: relative;
}
.ind1_btn a,.ind1_btn span {
    font-size: 17px;
    line-height: 16px;
    color: #1a2856;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    text-transform: capitalize;
}







.ind_box1 {
    padding: 70px 0;
}

.ind1_cot h3 {
    text-align: center;
    font-size: 35px;
    line-height: 40px;
    margin: 0;
    letter-spacing: 4px;
    font-weight: bold;
}

.ind1_cot h3 img {
    width: 40px;
    margin-right: 20px;
}





.index_boxthree {
	position:relative;
    overflow: hidden;
}
/*pro_box*/
.pro_box{ width:100%; margin:0 auto; text-align:center; }
.pro_box_pic{ left:0px; top:0px; z-index:1;}
.pro_box_pic ul li{ width:100%; position:absolute; left:0px; top:0px;filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;}
.pro_box_pic ul li.act{filter:alpha(opacity=1); -moz-opacity:1; -khtml-opacity:1; opacity:1;}

.pro_box_txt{ position:absolute; z-index:2; left:0px; top:0px;width: 100%;}
.pro_box_txt ul:after {content: '';display: table;clear: both;}
.pro_box_txt ul li{ width:25%; height:100%; float:left;    position: relative;}

.pro_box_txt ul li:hover .pro_box_txt_title p{
	opacity:0;
}
.pro_box_txt ul li a{
    width: 100%;
    height: 100%;
}

.pro_box_txt_nr{ 
width:100%; 
 border-right:1px #969696 solid;
background:rgba(0,0,0,0.4);
overflow: hidden;
height: 100%;
transition: background 0.5s ease;
-webkit-transition: background 0.5s ease;
}
.pro_box_ea {
    padding:60px 0;
}
.pro_box_txt_title span{ display:block; font-size:13px; color:#fff;margin-top:30px; font-family:Arial, Helvetica, sans-serif;}
.pro_box_txt_title h2{ font-size:31px; color:#fff; line-height:60px;  margin-bottom:10px;
    letter-spacing: 2px;}
.pro_box_txt_title p{ font-size:16px; color:#fff; line-height:28px; width:88%; margin:0 auto; transition:all 0.5s 0.2s ease;-webkit-transition:all 0.5s 0.2s ease;}
.pro_box_txt_body{ display:block;font-size:14px; color:#fff; line-height:25px; text-align:left;padding: 20px; }
.pro_box_txt_body {
	position: absolute;
    bottom: 0;
	width:80%;
	 filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
    transform: translateY(200px);
	-moz-transform: translateY(200px);
	-ms-transform: translateY(200px);
	-o-transform: translateY(200px);
	-webkit-transform: translateY(200px);
}

.pro_box_show{ margin-top:10%;}







.ind3_cot {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 56vh;
	min-height:450px;
	position:relative;
}

.ind3_wz {
    position: absolute;
    top: 50%;
    left: 10%;
    width: 80%;
    max-width: 460px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color:#fff;
}

.ind3_wz h3 {
    margin: 0;
    margin-bottom: 60px;
    color: #ffffff;
    font-size: 47px;
    line-height: 50px;
    font-weight: bold;
    letter-spacing: 8px;
    text-transform: uppercase;
}

.ind3_wz p {
    font-size: 17px;
    line-height: 28px;
    opacity: 0.9;
}

.ind3_btn a {
    color: #1a2856;
    display: inline-block;
    padding: 0 28px;
    font-size: 19px;
    line-height: 44px;
    background: #fff;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
}

.ind3_btn a span {
    position: relative;
    z-index: 1;
}

.ind3_btn a:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #1a2856;
    left: 0;
    top: calc(100% - 4px);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.ind3_btn a:hover{
	color:#fff;
}

.ind3_btn a:hover:after {
	top:0;
}

.ind3_cot .ind3_btn {
    margin-top: 70px;
}





.ind_box4 {
    padding: 100px 0;
}

.ind4_img img {
    width: 100%;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}

.ind4_wz {
    padding-top: 20px;
}

.ind4_wz h3 {
    margin: 0;
    line-height: 30px;
    font-size: 21px;
    font-weight: bold;
    color: #1a2856;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 4px;
}

.ind4_wz h5 {
    margin: 0;
    font-size: 15px;
    line-height: 24px;
    color: #aaa;
    margin-bottom: 4px;
	font-family:Arial, Helvetica, sans-serif;
}

.ind4_wz p {
    font-size: 15px;
    line-height: 22px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    max-height: 88px;
}

.ind4_wz .ind2_more {
    margin-top: 20px;
}

.ind4_img{
	overflow:hidden;
}

.ind4_lis:hover .ind4_img img{
	transform:scale(1.05);
	-webkit-transform:scale(1.05);
}

.ind4_lis{
	position:relative;
	top:20vh;
	opacity:0;
}





.ind_box6 {
    padding: 100px 0;
    position: relative;
    background: #fff;
}

.ind6_bg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.ind6Bg_lis {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    opacity: 0;
    transition: all 0.15s cubic-bezier(0.57, 0.43, 0.2, 0.9);
    -webkit-transition: all 0.15s cubic-bezier(0.57, 0.43, 0.2, 0.9);
}

.ind6Bg_lis.active {
    transform: scale(1);
    opacity: 1;
}

.ind_box6 .container1 {
    position: relative;
    z-index: 1;
}

.ind6_main ul li {
    width: 20%;
    float: left;
    text-align: center;
    padding: 30px 0;
    position: relative;
    cursor: pointer;
}

.ind6_main ul:after {content: "";display: table;clear: both;}

.ind_box6 .ind2_tit h3 {
    color: #1a2856;
        transition: all 0.15s cubic-bezier(0.57, 0.43, 0.2, 0.9);
    -webkit-transition: all 0.15s cubic-bezier(0.57, 0.43, 0.2, 0.9);
}

.ind_box6.iHover .ind2_tit h3 {
    color: #fff;
}

.ind6_lis img {
    width: auto;
    height: 70px;
    opacity: 0;
    transition: all 0.15s cubic-bezier(0.57, 0.43, 0.2, 0.9);
    -webkit-transition: all 0.15s cubic-bezier(0.57, 0.43, 0.2, 0.9);
    /*filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);*/
}
.ind6_lis {
    display: inline-block;
    position: relative;
}
.ind6_lis .im1 {
	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
.ind6_lis img.im2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
}
.ind_box6.iHover .ind6_lis img{
    opacity:1;
}
.ind_box6.iHover .ind6_lis img.im2{
    opacity:0;
}
.ind_box6.iHover li:hover .ind6_lis img{
    opacity:0;
}
.ind_box6.iHover li:hover .ind6_lis img.im2{
    opacity:1;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}

.ind6_main ul li:before {
    content: "";
    display: block;
    background-color: rgba(255, 255, 255, 0.6);
    width: 100%;
    height: 0%;
    -ms-filter: "alpha(opacity=$num)";
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: height 0.15s cubic-bezier(0.57, 0.43, 0.2, 0.9),opacity 0.15s cubic-bezier(0.57, 0.43, 0.2, 0.9),transform 0.15s cubic-bezier(0.57, 0.43, 0.2, 0.9);
    -webkit-transition: height 0.15s cubic-bezier(0.57, 0.43, 0.2, 0.9),opacity 0.15s cubic-bezier(0.57, 0.43, 0.2, 0.9),-webkit-transform 0.15s cubic-bezier(0.57, 0.43, 0.2, 0.9);
    will-change: transform;
}

.ind6_main ul li:hover:before {
    -ms-filter: "alpha(opacity=$num)";
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$num)";
    height: 100%;
}




/**footer**/
.footer {
    background: #141534;
    position: relative;
}

.footer_top {
    padding-bottom: 40px;
}

.footT_left {
    padding-top: 36px;
    float: left;
}

.footT_right {
    padding-top: 27px;
    float: right;
}

.footT_top:after {content: '';display: table;clear: both;}

.footT_right li {
    float: left;
    padding-top: 35px;
    margin: 8px 0 0;
    margin-left: 34px;
}

.footT_right li a {
    font-size: 15px;
    line-height: 28px;
    color: #fff;
    letter-spacing: 1.2px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    position: relative;
}

.footT_right li a:after{
	content:'';
	width: 0;
	height: 1px;
	background: #3bc3e2;
	position: absolute;
	bottom:0;
	left:0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.footT_right li a:hover:after{
	width: 100%;
}

.footT_right li a:hover{
	color:#3bc3e2;
}

.footT_left p {
    font-size: 13px;
    line-height: 22px;
    color: #424e68;
    letter-spacing: 4px;
    margin: 0;
}

.footT_logo img {
    height: 38px;
    margin-bottom: 2px;
}


.footT_bg {
    position: absolute;
    height: 100%;
    width: calc(100% - 30px);
    left: 15px;
    top: 0;
}

.footer_top .container1 {
    position: relative;
}

.footT_bg:before {width: 375px;height: 185px;background-position: -1px 0 !important;top: 64px;left: -10px;}

.footT_bg:after {
    width: 430px;
    height: 172px;
    top: 80px;
    right: 35px;
    background-position: -450px 0 !important;
    }

.footT_bg:before,.footT_bg:after {
    content: '';
    display: block;
    position: absolute;
    background: url(../images/lines.png) no-repeat;
}


.footT_top {
    position: relative;
}

.footT_bott {
    position: relative;
    padding-bottom: 0;
}

.footTb_left {
    float: left;
    padding-top: 20px;
    max-width: 840px;
}

.footTb_right {
    float: right;
    padding-top: 32px;
}

.footT_bott:after {content: '';display: table;clear: both;}

.footT_lis h3 {
    margin: 0;
    font-size: 19px;
    line-height: 24px;
    color: #424e68;
    text-transform: capitalize;
    font-family: "Gibson-SemiBold";
}

.foot_cont {
    overflow: hidden;
    margin-top: 6px;
}

.foot_cont li {
    display: inline-block;
    margin: 10px 14px;
    margin-left: 0;
}

.foot_cont li a {
    width: 46px;
    height: 46px;
    background: #1d283e;
    border-radius: 50%;
    text-align: center;
    line-height: 46px;
}

.foot_cont li a i {
    line-height: 46px;
    font-size: 19px;
    color: #fff;
    opacity: 0.8;
}

.footT_add li {
    display: inline-block;
    margin: 6px 40px 0 0;
    float: left;
}

.footT_add li:last-child{
	margin-right:0
}

.footT_add li h5 {
    color: #424e68;
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 2px;
    margin-bottom: 0px;
}

.footT_add li h4 {
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    margin: 0;
    margin-top: -2px;
    letter-spacing: 1.6px;
    opacity: 0.9;
    font-family: Arial, helvetica, sans-serif;
}

.footT_add li a {
    height: 44px;
    padding: 0 40px;
    line-height: 44px;
    color: #fff;
    background: #1d283e;
    border-radius: 3px;
    letter-spacing: 2px;
    opacity: 0.9;
    font-size: 14px;
    display: inline-block;
}

.footer_cont {
    border-top: #2c2d49 1px solid;
    background-color: #141534;
}

.footer_cont li {
    float: left;
}

.footer_cont li a{
    line-height: 50px;
	color:#fff;
	font-size:14px;
	opacity: 0.8;
	text-transform:uppercase;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	letter-spacing: 1px;
}

.footT_add ul:after {content: '';display: table;clear: both;}

.footer_cont li a:hover{
    opacity: 1;
}

.footer_cont ul {
    display: flex;
    justify-content: space-between;
}

.footer_bott {
    background: #0c0d29;
    border-top: #46525e 1px solid;
    overflow: hidden;
    padding: 4px 0;
}


.copy {
    font-size: 14px;
    line-height: 40px;
    color: #424e68;
	font-family:"SimHei", Helvetica, sans-serif;
}

.copy span{
	font-family: "SimHei", 黑体, STHeiti;
}








/* news */
.ban_img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: table;
    width: 100%;
    overflow: hidden;
}
.ban_img h2 {
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 69px;
    line-height: 70px;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    top: 30px;
    text-transform: capitalize;
    font-family: "Gibson-SemiBold";
}
.not_box {
    position: relative;
    padding-top: 60px;
}
.not_nav{
	background-color: #f4f4f4;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index:9
}

.not_nav.nav_fix {
    position: fixed;
    top: 80px;
}
.not_nav ul {
    display: flex;
}
.not_nav ul li a {
    font-size: 16px;
    line-height: 60px;
    color: #333;
    letter-spacing: 1.4px;
    padding: 0 20px;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}

.not_nav ul li.into a{
    background: #1a2856;
    color: #fff;
}

.not_page ul li {
    font-size: 16px;
    line-height: 26px;
    margin: 0 15px;
}
.not_page ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.not_page {
    padding-top: 20px;
}
.not_page ul li a{
    color: #333;	
}
.not_pageJt i{
	display: block;
	width: 30px;
    height: 15px;
	background: url(../images/not_yjt.png) no-repeat center center;
	background-size: cover;
}
.not_cont{
	background: #edf1f4;
	padding:80px 0; 
}



.not_cont h2{
	font-size: 31px;
	line-height: 40px;
	margin: 0 0 20px;
    color: #1a2856;
    text-align: center;
    font-weight: bold;
}
.not_cont1Li {
    width: 33.33%;
    float:  left;
    padding: 15px;
	position:relative;
	top:200px;
	opacity:0
}

.not_cont1Li_img{
	overflow:hidden;
}

.not_cont1Li_img img {
    width:  100%;
	transform:scale(1.08);
	-webkit-transform:scale(1.08);
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}

.not_cont1Li a:hover .not_cont1Li_img img{
	transform:scale(1);
	-webkit-transform:scale(1);
}

.not_cont1Li_text {
    background-color: #fff;
    padding: 20px;
}

.not_cont1Li_text h5 {
    font-size: 16px;
    line-height:  24px;
    color: #888;
    margin: 0 0 4px;
	font-family:Arial, Helvetica, sans-serif
}

.not_cont1Li_text h4 {
    font-size: 19px;
    font-weight: bold;
    color: #333;
    margin: 0;
    line-height:  28px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height:56px;
    margin-bottom: 12px;
}

.not_cont1Li_text p {
    color: #1a2856;
    font-size: 15px;
    font-style: italic;
    font-weight:  bold;
}

.not_cont1Li_text p i {
    color: #1a2856;
    margin-right:  5px;
}

.not_cont1.clearfix {
    margin:0 -15px;
    /*padding-bottom: 80px;*/
}



.not_pageJt1 a i{
    display: block;
    width: 30px;
    height: 15px;
    background: url(../images/not_zjt.png) no-repeat center center;
    background-size: cover;	
}

/* news */



/*newsdot*/
.newd_contBox {
    margin: 0 auto;
    background-color: #fff;
    margin-top: -60px;
    padding: 80px 40px;
    color: #1a2856;
}

.newd_contBox h2 {
    font-size: 29px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 20px;
    letter-spacing: 2px;
}

.newd_tit {
    display:  flex;
    align-items:  center;
    justify-content:  space-between;
    font-size: 12px;
    line-height:  24px;
    color: #888;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: 5px;
    margin-bottom: 60px;
	font-family:Arial, Helvetica, sans-serif
}

.newd_tit span i{
	font-size: 14px;
	color: #666;
}

.newd_cont p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin: 0 0 10px;
}

.newd_cont p img{
	max-width:100%;
}

.newd_cont .newd_contP{
 	color: #1a2856;
	text-align: center;
	background: #f6f8f9;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	padding: 40px 60px;
	margin: 20px 0;
	position: relative;
} 
.newd_contP:before{
	content: '';
	display: block;
	position: absolute;
    width: 81px;
    height: 68px;
    background: url(../images/sprite@2x.png) no-repeat 0px -94px;
    background-size: 104px 1024px;
    left: 21px;
    top: 13px;
    z-index: 0;
}
.newd_contP span{
	position: relative;
	min-height: 115px;
	display: inline-block;
}

.newd_contP:after {
    width: 81px;
    height: 68px;
    background: url(../images/sprite@2x.png) no-repeat 0px -162px;
    background-size: 104px 1024px;
    right: 21px;
    bottom: 13px;
    content: '';
    position: absolute;
    display: block;
    z-index: 0;
}

.newd_bot{
	padding: 80px 0;
}

.newd_all a{
    display:  flex;
    align-items:  center;
    justify-content:  center;
}

.newd_all div {
    width: 25px;
    height: 25px;
    text-align:  center;
    border: 2px solid #ccc;
    border-radius:  100%;
    background:  #fff;
    margin-right:  10px;
}

.newd_all i {
    font-size: 19px;
    line-height: 22px;
    font-weight: bold;
    color: #333;
}

.newd_all span {
    font-size: 15px;
    line-height:  24px;
    color: #666;
    margin: 0;
}
/*newsdot*/




/*about*/
.ab1_box {
    padding: 80px 0 0;
}

.ab1 {
    background:  #fff;
}

.ab1_img img {
    width: 100%;
}

.ab1_img {
    width: 50%;
    float:  left;
    position: relative;
    left: -40%;
	opacity:0;
	transition:all 0.8s ease-out;
	-webkit-transition:all 0.8s ease-out;
}

.ab1_text h2 {
    font-size: 30px;
    line-height:  42px;
    font-weight:  bold;
    color: #1a2856;
    width: 82%;
    margin: 20px 0 30px 0;
}

.ab1_text {
    padding-left:  40px;
    float:  left;
    width: 50%;
    position: relative;
    left: 40%;
	opacity:0;
	transition:all 0.8s ease-out;
	-webkit-transition:all 0.8s ease-out;
}

.ab1.into .ab1_img,.ab1.into .ab1_text{
	left:0;
	opacity:1;
}

.ab1_text p {
    font-size: 16px;
    line-height: 28px;
    color: #666;
    width: 82%;
    margin: 0 0 20px;
}

.ab1_text h2 img {
    position: relative;
    top: -15px;
}

.ab1_box2 {
    padding: 80px 0;
}
.ab1_box2Li{
	float: left;
    width: 33.33%;
    text-align: center;
	padding: 0 5px;
}

.ab1_box2Li span {
    background: url(../images/Icon_01.svg) no-repeat center center;
    background-size: 82px 74px;
    display: inline-block;
    width: 82px;
    height: 74px;
}

.ab1_box2Li h5 i{
    width: 30px;
    height: 4px;
    background-color: #1a2856;
    margin: 20px 0 10px;
    display: inline-block;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
}

.ab1_box2Li:hover h5 i{
	width: 50px;
	height: 2px;
	border-radius: 50%;
}

.ab1_ico{
	position:relative;
	top:0;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
}

.ab1_box2Li:hover .ab1_ico{
	top:8px;
}

.ab1_box2Li h4 {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 4px 0;
    font-weight:  bold;
    color: #333;
}
.ab1_box2Li img {
    max-width: 70px;
	opacity:0;
	position:relative;
	top:-30px;
	transition:all 0.5s ease-out;
	-webkit-transition:all 0.5s ease-out;
}

.ab1_wz{
	opacity:0;
	position:relative;
	top:40px;
	transition:all 0.5s ease-out;
	-webkit-transition:all 0.5s ease-out;
}

.ab1_box2Li:nth-child(2) img,.ab1_box2Li:nth-child(2) .ab1_wz{
	transition-delay:0.3s;
}

.ab1_box2Li:nth-child(3) img,.ab1_box2Li:nth-child(3) .ab1_wz{
	transition-delay:0.6s;
}

.ab1_box2Li:nth-child(4) img,.ab1_box2Li:nth-child(4) .ab1_wz{
	transition-delay:0.9s;
}

.ab1_box2Li.into .ab1_wz,.ab1_box2Li.into img{
	opacity:1;
	top:0;
}

.ab1_box2Li p {
    font-size: 15px;
    line-height: 28px;
    color: #666;
    margin: 0;
}

.ab6_Li p{
	font-family:Arial, Helvetica, sans-serif;
}

.ab6_Li p b{
	font-weight:normal;
	font-family: "SimHei", 黑体, STHeiti;
}

.ab1_box2Li h5 {
    margin: 0;
    margin-bottom: 10px;
}

.ab2 {
	background:#fff;
}

.ab2_box{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ab2_boxText span {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url(../images/ab2_icon.png) no-repeat;
    background-size: cover;
}

.ab2_boxText h4 {
    font-size: 21px;
    line-height: 30px;
    color: #fff;
    margin: 20px 0 0;
    letter-spacing: 4px;
}

.ab2_boxText p {
    font-size: 12px;
    line-height:  22px;
    color: #8b7603;
    margin: 0;
}

.ab2_box{
    height: 70vh;
    display: table;
    width: 100%;
    cursor: pointer;
}

.ab2_boxText {
    text-align:  center;
    display: table-cell;
    vertical-align: middle;
}

.ab2_ico img {
    width: 60px;
}

.ab3 {
    position: relative;
    padding: 80px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.ab3 h2 {
    font-size: 24px;
    line-height:  34px;
    color: #333;
    font-weight:  bold;
    text-align:  center;
    margin: 0 0 20px;
}

.ab3_line {
    width: 100%;
    height: 3px;
    background: #333;
    display: block;
    margin: 180px auto 120px;
    position: relative;
}

.ab3T_img img {
    width: 100%;
}

.ab3_line .ad3_point{
	display: block;
	position: absolute;
	top: -5px;
	left: 0;
	width: 15px;
	height: 15px;
	background: #333333;
	border-radius: 100%;
}

.ad3_point .ab3_text {
    position: absolute;
    text-align:  center;
    min-width: 100px;
}

.ad3_point .ab3_text h4 {
    font-size:  19px;
    color: #333;
    line-height:  28px;
    margin: 0;
}

.ad3_point .ab3_text p {
    font-size: 12px;
    color:  #333;
    font-weight:  bold;
}

.ab3_text_bottom {
    top: 30px;
    transform: translateX(-50%);
}

.ab3_text_top {
    bottom: 30px;
    transform: translateX(-50%);
}

.ad3_point_top:before {
    content: '';
    display: block;
    position: absolute;
    background: url(../images/ab3_top.png) no-repeat center center;
    background-size: 100px 100px;
    width: 100px;
    height: 100px;
    bottom: 10px;
    right: 4px;
}

.ad3_point_bottom:before {
    content: '';
    display: block;
    position: absolute;
    background: url(../images/ab3_bot.png) no-repeat center center;
    background-size: 240px 100px;
    width: 240px;
    height: 100px;
    top: 10px;
    left: 4px;
}

.ab4{
	padding:80px 0;
	background-color: #f0f1f2;
	overflow:hidden
}

.ab4 h2 {
    font-size: 24px;
    line-height: 34px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin: 0 0 20px;
}

.ab4_ul {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    margin: 40px -15px 30px -40px;
}

.ab4_li {
    outline: 2px solid #1a2856;
    padding: 20px 30px 25px;
    position:  relative;
    width: calc(25% - 90px);
    z-index: 1;
	top:100px;
	opacity:0;
}

.ab4_li h4 {
    font-size: 20px;
    line-height: 30px;
    color: #1a2856;
    font-weight:  normal;
    margin: 10px 0;
}

.ab4_liImg {
    width: 50px;
    height: 50px;
    position:  absolute;
    top: -20px;
    left: -20px;
    z-index: 1;
}

.ab4_liImg img {
    width: 100%;
}

.ab4_liImg h4 span {
    font-size: 26px;
}

.ab4_li h4 span {
    font-size: 30px;
    line-height:  40px;
    margin-right: 10px;
    display: inline-block;
}

.ab4_li p {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    color: #666;
}

.ab4_liBg {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fff;
    z-index: -1;
    top: 25px;
    left: 30px;
    transition-property: top, left;
    transition-duration: 1s;
}

.ab4_liText {
    position: relative;
    z-index: 1;
}

.ab4_li:hover .ab4_liBg{
	top: 0;
	left: 0;
}

.ab5{
    background-size: cover;
    padding: 80px 0;
    background-repeat: no-repeat;
    background-position: center;
}

.ab5_left {
    width: 50%;
    float:  left;
    padding-right: 40px;
	position:relative;
	left:-40%;
	opacity:0;
	transition:all 0.8s ease-out;
	-webkit-transition:all 0.8s ease-out;
}

.ab5.into .ab5_left{
	opacity:1;
	left:0;	
}

.ab5 h2 {
    color: #fff;
    font-size: 26px;
    font-weight:  normal;
    margin: 0 0 60px;
}

.ab5 h2 span {
    color: #07ac86;
}

.ab5_left>span {
    width: 100%;
    height:  2px;
    display: block;
    background-color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
}

.ab5_left h4 {
    color: #fff;
    margin: 10px 0 30px;
    font-size: 18px;
    line-height:  28px;
}

.ab5_left p {
    color: #fff;
    font-size: 15px;
    line-height:  28px;
    margin: 0;
	opacity:0.9;
}

.ab5_rig{
	float: left;
	width: 50%;	
}

.ab5_rig .ab5_rigBg {
    background-color: #fff;
    display: inline-block;
    float: left;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 13px;
}

.ab5_rigBg img {
    width: 24px;
}

.ab5_rig .ab5_rigBg span{
	background: url(../images/settings.png) no-repeat center center;
	background-size: 30px 30px;
	display: block;
	width: 60px;
	height: 50px;
}

.ab5_rig ul li {
    border-bottom: 2px solid rgba(255, 255, 255, 0.6);
    margin-bottom: 15px;
	position:relative;
	top:60px;
	opacity:0;
	transition:all 0.5s ease-out;
	-webkit-transition:all 0.5s ease-out;
}

.ab5_rig ul li:nth-child(1){
	transition-delay:0.3s;
}

.ab5_rig ul li:nth-child(2){
	transition-delay:0.6s;
}

.ab5_rig ul li:nth-child(3){
	transition-delay:0.9s;
}

.ab5_rig ul li:nth-child(4){
	transition-delay:1.2s;
}

.ab5_rig ul li:nth-child(5){
	transition-delay:1.5s;
}

.ab5_rig ul li:nth-child(6){
	transition-delay:1.8s;
}

.ab5_rig ul li:nth-child(7){
	transition-delay:2.1s;
}

.ab5.into .ab5_rig ul li{
	opacity:1;
	top:0;
}

.ab5_rig ul li:last-child{
	margin-bottom:0;
}

.ab5_rigP span {
	margin: 0;
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    width: 100%;
    background-color: #1d2a56;
    padding-left: 30px;
    position: relative;
	overflow:hidden;
	white-space:nowrap;
    text-overflow: ellipsis;
}

.ab5_rigP{
    width: 100%;
    position: relative;
    padding-left: 50px;
}

.ab5_rigP_span{
	position: relative;
    font-style: normal;
}

.ab5_rigP1{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}	



.ab6 {
    padding: 80px 0;
    background: #fff;
}

.ab6 h2 {
    font-size: 32px;
    font-weight:  bold;
    text-align:  center;
    margin: 0 0 50px;
}

.ab6_btnBox {
    text-align:  center;
}

.ab6_btnBox .ab6_btn {
    background-color: #e12d34;
    border: none;
    color:  #fff;
    padding: 10px 10px;
    font-size: 14px;
    line-height:  24px;
}



.ab6_cot {
    padding-bottom: 60px;
    border-bottom: solid 1px #e6e6e6;
}

.ab1_box2Li.ab6_Li {
    width: 25%;
}

.ab6_bott {
    padding-top: 60px;
	position:relative;
	top:100px;
	opacity:0;
}

.ab6_lis label {
    width: 50%;
    float: left;
    padding: 0 15px;
    margin: 0;
	font-weight: normal;
}

.ab6_lis:after {content: '';display: table;clear: both;}

.ab6_lis {
    margin: 0 -15px 26px;
}

.ab6_lis h5 {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 14px;
    color: #888;
    letter-spacing: 1px;
}

.ab6_lis input {
    width: 100%;
    border: 0;
    line-height: 30px;
    height: 40px;
    background: #e6e6e6;
    padding: 5px 10px;
	font-size:14px;
}

.ab6_text h5 {
    line-height: 20px;
    font-size: 14px;
    color: #888;
    margin: 0;
    margin-bottom: 14px;
}

.ab6_text textarea {
    width: 100%;
    border: 0;
    line-height: 24px;
    background: #e6e6e6;
    height: 100px;
    padding: 5px 10px;
	font-size:14px;
}

.ab6_text {
    margin-bottom: 26px;
}

.ab6_btn {
    text-align: right;
}

.ab6_btn span{
    font-size: 16px;
    line-height: 22px;
    color: #1a2856;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    text-transform: capitalize;
    font-family: Arial, helvetica, sans-serif;
}

.ab6_btn input[type="button"] {
    background: none;
    border: 0;
}

.ab6_btn span:hover{
    color: #3bc3e2;
}



/*about*/




/*product*/
.pro_box1{
    padding:80px 0 0;
    background: #fff;    	
}

.pro_cont{
    display: flex;
    flex-wrap: wrap;
}

.pro_tit2 {
	max-width:800px;
    margin: 0 auto 40px;
}

.pro_tit2 h4 {
    font-size: 16px;
    line-height: 28px;
    color: #666;
    margin: 0;
}

.pro_contLi {
    width: 50%;
    padding: 0 10px;
	margin: 10px 0; 
	overflow: hidden;   
	position: relative;
	
}
.pro_contImg img {
    width: 100%;
}
.pro_contBg {
    background-color: #e1e5e8;
    padding: 40px 20px;
    position:  relative;
}

.pro_contImg {
	width: 80%;
	margin:0 auto;
	
}
.pro_contP{
    position: absolute;
    bottom: 0;
    font-size: 20px;
    line-height: 30px;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; 
    padding: 10px 30px;
}

.pro_contP i {
    display: inline-block;
    width: 30px;
    height: 15px;
    background: url(../images/not_yjt.png) no-repeat center center;
    background-size: cover;
}
.pro_contLi:hover .pro_contP i{
	background-image: url(../images/not_yjt1.png);
	transition: all .3s;
}
.pro_contLi:hover .pro_contBg img{
	transform: scale(1.05);
		transition: all 1s;
}



.pro1_img img {
    width: 100%;
	transition:all 0.8s ease;
	-webkit-transition:all 0.8s ease;
}

.pro1_lis:hover .pro1_img img{
	transform:scale(1.05);
	-webkit-transform:scale(1.05);
}

.pro1_cont li {
    width: 50%;
    float: left;
    padding: 15px;
}

.pro1_cont ul:after {content: '';display: table;clear: both;}

.pro1_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
	opacity:0;
	transition:all 0.8s ease-out;
	-webkit-transition:all 0.8s ease-out;
    background-position: center ;
    background-repeat: no-repeat;
    background-size: cover;
}

.pro1_bg.into{
	opacity:1;
	width:100%;
}

.pro1_lis {
    position: relative;
}

.pro1_img {
    position: relative;
    overflow: hidden;
}

.pro1_wz {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 20px;
    background-color: rgba(0,0,0,.4);
}

.pro1_wz span {
    position: absolute;
    top: -5px;
    right: 20px;
    width: 40px;
    padding:10px 0;
}

.pro1_wz span img {
    width: 100%;
}

.pro1_wz span img:nth-child(2){
	display: none;
}

.pro1_cont_ts .pro1_wz span img:first-child{
	display: none;
}

.pro1_cont_ts .pro1_wz span img:nth-child(2){
	display: block;
}

.pro1_wz h3 {
    margin: 0;
    font-size: 24px;
    letter-spacing: 2px;
    color: #fff;
	padding-right:50px;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}

.pro1_cont_ts .pro1_wz h3 {
	color: #333;
}

/*.pro1_lis:hover .pro1_wz h3{
	color:#1a2856;
}*/

.prod_box {
    background: #fff;
    padding-top: 80px;
}

.prod_box:last-child{
	padding-bottom:80px;
}

.pro1_cont ul {
    margin: -15px;
}


/*product*/




/* prodot */
.prod{
	padding: 160px 0 80px;
	background: #fff;
}

.prod_titL {
    float:  left;
    width: 40%;
    padding-top: 30px;
	padding-top: 0px;
}

.prod_titL h4 {
    font-size: 20px;
    line-height: 30px;
    color: #666;
    margin: 0 0 10px;
    letter-spacing: 4px;
}
 
.prod_titL h3 {
    font-size: 40px;
    line-height: 60px;
    color: #333;
    margin: 0;
    letter-spacing: 6px;
    font-weight: bold;
}

.prod_titL p {
    font-size: 15px;
    line-height: 28px;
    color: #666;
    margin: 30px 0 20px;
}

.prod_titL a {
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    line-height:  26px;
}

.prod_titR img {
    width: 100%;
}

.prod_titR_box {
    float:  left;
    width: 60%;
    padding-left:60px;
}

.prod_tit {
    padding-bottom: 20px;
    border-bottom: 1px solid #d6d9dc;
}

/*.prod_titImg {
	margin: 0 10px;
}*/

.swiper-button-prev.swiper-button-white.prod_titPrev {
    /*background-color: #cacdd0;*/
    background-size: 60%;
}

.swiper-button-next.swiper-button-white.prod_titNext{
	/*background-color: #cacdd0;*/
    background-size: 60%;
}

.prod_cont1 h4 {
    font-size: 20px;
    line-height: 30px;
    color: #333;
    margin: 0 0 10px;
}

.prod_cont1 {
    margin-top: 40px;
}

.prod_cont1 p {
    font-size: 15px;
    line-height: 28px;
    padding-left: 2em;
    color: #666;
    margin: 0;
}

.prod_cont2 h4 {
    font-size: 30px;
    line-height: 40px;
    color: #666;
    margin: 0 0 30px;
}

.prod_cont2 {
    margin-top: 60px;
}

.prod_cont2_tab table {
    width: 100%;
}

.prod_cont2_tab {
    width: 100%;
    margin-top: 30px;
}

.prod_cont2_tab table th {
    padding: 0 15px;
    line-height: 60px;
    background: #aaa;
    color: #fff;
    font-size: 15px;
    border: solid 2px #f5f5f5;
 }

.prod_cont2_th {
    border-bottom: 2px solid #ccc;
    height: 40px;
    padding: 0 5px;
    margin-bottom: 5px;  
    position: relative;  
}

.prod_cont2_th1 {
    border-bottom: 2px solid #ccc;
    height: 40px;
    padding: 0 5px;
    margin-bottom: 5px;  
}

.prod_cont2_th1 input {
    width: 100%;
    border: none;
    background-color: transparent;
    font-size: 14px;
    height:  40px;
    line-height: 40px;
    color: #888;
}

.select_box{
	line-height: 40px;
	font-size: 14px;
	color: #888;
	background: url(../images/xjt.png) no-repeat right center;
	background-size: 20px 20px;
	cursor: pointer;
}

.select_cont {
    font-size: 14px;
    line-height: 20px;
    color: #1a2856;
    display: none;
    /*background: url(../images/close1.png) no-repeat right center;*/
    /*background-size: 10px 10px;*/
}

.prod_cont2_th i {
    color: #888;
    position: absolute;
    right: 0;
    margin-top: 2px;
    cursor: pointer;
    z-index: 10;
    display: none;
    bottom: 5px;
}

.select_xl {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    background-color: #efefef;
    z-index: 8;
}

.prod_cont2_th1 .select_cont {
    display: none;
}

.prod_cont2_th1 .select_box {
    font-size: 14px;
    line-height: 40px;
}

.prod_cont2_tab table td{
	border: 2px solid #F5F5F5;
}

.prod_cont2_td {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    padding: 0 15px;
    color: #666;
}

.prod_cont2_tab tr:nth-of-type(2n) td{
	background-color: #ccc;
}

.prod_cont2_tab tr:nth-of-type(2n-1) td{
	background-color: #efefef;
}

ul.select_xl li a {
    font-size: 14px;
    line-height: 24px;
    color: #888;
    padding: 10px 10px;
    border-bottom: 1px solid #f5f5f5;
}

.prod_cont2_th_active{
	background-color: #efefef;
	z-index: 9;
}

.prod_cont2_th_active .select_box{
	background: url(../images/sjt.png) no-repeat right center;
	background-size: 20px 20px;
	cursor: pointer;
	transition: all 0.3s;
}

.select_bg{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
    background-color: rgba(0,0,0,0.3);
    display: none;
    z-index: 1;
}

.select_box1{
	line-height: 18px;
    font-size: 12px;
    background-image: none !important;
}

.prod_btn input {
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 26px;
    border: none;
}

.prod_btn {
    margin-top: 40px;
    text-align: center;
}

.prod_cont1 h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    margin: 0;
    color: #1a2856;
    margin-bottom: 30px;
}

.prod_cont2 h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    margin: 0;
    color: #1a2856;
    margin-bottom: 30px;
}

.prod_cont2 p {
    font-size: 15px;
    line-height: 28px;
    margin: 0;
    color: #666;
}

.prod_cont2_tab td {
    line-height: 46px;
    color: #333;
    padding: 0 15px;
    font-size: 14px;
}

 
/* prodot */




/**investor**/
.inv_box1 {
    background: #fff;
    padding: 80px 0;
}

.inv1Sele_li_left{
    float: left;
}
.inv1Sele_li_right{
    float: right;
    margin: 4px 0;
}

.inv1Sele_li {
    float: left;
    padding-right: 30px;
}
.inv1Sele_li:last-of-type{
    padding-right: 0;
}

.inv1_sele:after {content: '';display: table;clear: both;}

.inv1_sele {
    margin-bottom: 30px;
    border-bottom: solid 1px #333;
    padding-bottom: 10px;
}

.inv1_cot>ul>li {
    width: 50%;
    float: left;
    padding: 0 40px;
    margin-bottom: 20px;
	position:relative;
	top:0;
	opacity:1;
}


.inv1_cot ul {
    margin: 0 -40px;
}

.inv1_cot ul:after{
	content:'';
	display:table;
	clear:both
}

.inv1_cot ul:after {content: '';display: table;clear: both;}

.inv1_lis:after {content: '';display: table;clear: both;}

.inv1_tab_cont{
    display: flex;
}
.inv1_tab_cont li{
    margin: 0 25px 0 0;
    padding: 5px 15px;
    background: #cdcece;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    cursor: pointer;
}
.inv1_tab_cont li.active{
    background: #1a2856;
}
.inv1_tab_cont li:last-of-type{
    margin: 0;
}
.inv1Sele_li_left .inv1_tab_cont{
    margin: 0;
}
.inv1_cot ul:not(:first-of-type){
    display: none;
}

.inv1_img {
    float: left;
    width: 80px;
}

.inv1_img img {
    width: 100%;
}

.inv1_wz {
    float: left;
    width: calc(100% - 100px);
    margin-left: 20px;
}

.inv1_wz h3 {
    margin: 0;
    font-size: 16px;
    line-height: 28px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 56px;
}

.inv1_wz h5 {
    margin: 0;
    position: absolute;
    bottom: 20px;
    left: 100px;
    font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}

.inv1_wz h5 i {
    color: #3bc3e2;
    font-size: 14px;
    margin-right: 4px;
}

.inv1_lis {
    position: relative;
	padding-bottom:20px;
    border-bottom: solid 1px #ddd;
}

.inv1_cot li:nth-child(5) ,.inv1_cot li:nth-child(6){
	margin:0;
}

.inv1_cot li:nth-child(5) .inv1_lis,.inv1_cot li:nth-child(6) .inv1_lis{
	padding-bottom:0;
	border:0;
}

.inv1_cot li:nth-child(5) .inv1_lis .inv1_wz h5,.inv1_cot li:nth-child(6) .inv1_lis .inv1_wz h5{
	bottom:0;
}

.inv1Sele_li select {
    margin: 0;
    border: 0;
    font-size: 13px;
    outline: 0;
    margin-right: 10px;
}

.inv1Sele_li span {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    font-weight: bold;
    margin-right: 15px;
}

.inv1Sele_li input[type="text"] {
    width: 200px;
    border: 0;
    font-size: 13px;
    line-height: 24px;
}

.inv1Sele_li input[type="button"] {
    width: 70px;
    font-size: 13px;
    line-height: 24px;
    background: #1a2856;
    color: #fff;
    letter-spacing: 1px;
    border: 0;
}


.inv1_right {
    padding-left: 80px;
	position:relative;
	left:40%;
	opacity:0;
    padding-top: 44px;
}

.inv1_right  .inv1_img {
    float: none;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.inv1_img h3 {
    margin: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
    color: #fff;
	font-size:24px;
	line-height:40px;
    letter-spacing: 4px;
	transform:translateY(-50%);
	padding:0 15px;
	-webkit-transform:translateY(-50%);
}

.inv_box2 {
    padding: 180px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.inv2_left {
    width: 25%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border: solid 1px #fff;
}

.inv2_right {padding-left: 25%;
    margin-right: -10px;}

.inv2_wz span {
    text-transform: capitalize;
    margin-top: 20px;
    display: block;
}

.inv2_lis:hover .inv2_wz span img{
	right:-5px;
}

.inv2_wz span img {
    margin-left: 5px;
    width: 30px;
	position:relative;
	right:0;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}

.inv2_cot {
    position: relative;
}

.inv2_lis {
    margin: 0 10px;
    background-repeat: no-repeat;
    background-position: top left;
    padding: 72px 30px 50px 180px;
    background-color: rgba(26, 40, 86, 0.85);
    background-size: contain;
	position:relative;
	top:150px;
	opacity:0
}

div#patent {
    background: #edf1f4;
}


.inv2_wz h2 {
    font-size: 100px;
    color: #fff;
    opacity: 0.1;
    margin: 0;
    position: absolute;
    top: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.inv2_wz h3 {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	margin-bottom:15px;
}

.inv2_wz hr {
    margin: 15px 0;
    width: 70px;
    opacity: 0.8;
}

.inv2_wz p {
    font-size: 14px;
    line-height: 24px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height:72px;
	color:#ddd;
}

.inv2_wz {
    color: #fff;
}

.inv2_Lcot {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
    min-width: 250px;
    width: 80%;
}

.inv2_Lcot h3 {
    margin: 0;
    line-height: 50px;
    font-size: 40px;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #fff;
}

.inv2_Lcot hr {
    width: 60px;

    border-color: #fff;
}

.inv2_Lcot h5 {
    margin: 0;
    font-size: 15px;
    color: #ddd;
    line-height: 28px;
    text-transform: capitalize;
}


.inv2_btn {
    margin-top: 20px;
}

.inv2_page {right: 0;bottom: -30px;}

.inv2_btn span {
    border-radius: 3px;
    border: solid 1px #fff;
    display: inline-block;
    padding: 8px;
    width: 40px;
}

.inv2_btn img {
    width: 100%;
}

.inv2_page span {
    width: 26px;
    border-radius: 0;
    height: 2px;
    background: #fff;
    opacity: 0.6;
}

.inv2_page .swiper-pagination-bullet-active {
    opacity:1;
}
.inv2_wz h5 {
    margin: 0;
    font-size: 12px;
    line-height: 24px;
	font-family:Arial, Helvetica, sans-serif;
	color:#aaa;
}


.inv_box3 {
    padding: 80px 0;
    background: #fff;
}

.inv3_top li {
	padding: 0 15px;
	width: 33.33%;
	float: left;
	text-align: center;
	position:relative;
	top:80px;
	opacity:0
}

.inv3_top ul:after {content: '';display: table;clear: both;}

.inv3_top ul {
    max-width: 80%;
    margin: 0 auto;
}

.inv3T_lis h3 {
    margin: 0;
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    margin-bottom: 10px;
}

.inv3T_lis p {
    font-size: 14px;
    line-height: 28px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
}

.inv3_top li:last-child p{ 
	font-family: "SimHei", 黑体, STHeiti;
}

.inv3T_lis p i {
    color: #1a2856;
    font-size: 16px;
    margin-right: 2px;
}
.inv3T_lis p img{
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: text-top;
}

.inv3_top {
    padding-bottom: 0 !important;
    border-bottom: 0 !important
}

.inv3_cot {
    padding-top: 50px;
}

.tit_left {
    text-align: left;
}


.inv3_lis #dituContent,.inv3_lis #dituContent1 {
    height: 38vh;
}

.inv3_cot li {
    width: 50%;
    float: left;
    padding: 0 30px;
	position:relative;
	opacity:0;
	top:200px;
}

.inv3_cot ul {
    margin: 0 -30px;
}

.inv3_cot ul:after {content: '';display: table;clear: both;}

.inv3_lis * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.inv3_lis label {
    max-width: 1000px;
}



/* tech */
.tech1 {
    background-color: #fff;
    padding: 110px 0 80px;
}

.tech1_box {
    width: 100%;
    /* margin: 0 auto;
    text-align:  center; */
    font-size: 15px;
    line-height: 28px;
    /* max-width: 800px; */
}

.tech1.into .tech1_box h4 ,.tech1.into .tech1_box p{
	top:0;
	opacity:1;
}

.tech1_left{
    float: left;
    max-width: 50%;
    margin-top: -20px;
}
.tech1_right{
    float: right;
    width: 40%;
    position: relative;
}
.tech1_right img{
    width: 100%;
    position: relative
}

.tech1_right:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: -30px;
	left: -30px;
	border: solid 6px #edf1f4;
}

.tech1_box h3{
    margin: 0 0 40px 0;
    color: #1a2856;
    font-size: 46px;
    line-height: 50px;
    font-weight: bold;
    letter-spacing: 10px;
    text-transform: uppercase;
}
.tech1_box h4 {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 10px;
	position:relative;
	top:-50px;
	opacity:0;
	transition:all 0.5s ease-out;
	-webkit-transition:all 0.5s ease-out;
}

.tech1_box p{
    color: #666;
	opacity:0;
	top:60px;
	position:relative;
	transition:all 0.5s ease-out;
	-webkit-transition:all 0.5s ease-out;
}

.tech1_box p:last-child{
	margin:0;
}

.tech2_box {
    display:  flex;
    align-items:  center;
    padding: 80px 0;
}

.tech2 {
    background: #edf1f4;
}

.tech2_box h2 {
    width: 1%;
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    color: #333;
    flex: 1;
}

.tech2_box ul {
	flex: 1;
    display:  flex;
    flex-direction:  column;
    font-size: 14px;
    line-height:  24px;
    width: 1%;
    text-align: center;
	opacity:0;
	position:relative;
	top:100px;
	transition:all 0.5s 0.2s ease-out;
	-webkit-transition:all 0.5s 0.2s ease-out;
}

.tech2_boxImg {
    width: 1%;
    flex: 2;
	opacity:0;
	position:relative;
	top:100px;
	transition:all 0.5s ease-out;
	-webkit-transition:all 0.5s ease-out;
    padding-left: 30px;
}

.tech2.into .tech2_box ul,.tech2.into .tech2_boxImg{
	top:0;
	opacity:1;
}

.tech2_boxImg img {
    width: 100%;
}

.tech2.into .tech2_boxText{
	opacity:1;
	left:0;
}

.tech2_boxText {
    flex: 3;
    width: 1%;
	position:relative;
	left:40%;
	opacity:0;
	padding-left:40px;
	transition:all 0.8s 0.5s ease-out;
	-webkit-transition:all 0.8s 0.5s ease-out;
}

.tech2_box ul li {
    margin: 5px 0;
    position:  relative;
    cursor: pointer;
    line-height: 28px;
}

.tech2_box ul .tech2_boxLi:before {
    content:  '';
    display:  block;
    width: 40px;
    height:  1px;
    background-color: #333;
    position:  absolute;
    right:  0;
    top: 50%;
}

.tech2_boxText h4 {
    margin: 0;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 30px;
}

.tech2_boxText p {
    font-size: 15px;
    line-height: 25px;
    margin: 0;
    color: #666;
}

.tect2_box {
    padding: 80px 0;
}

.tech3{
	background-size: cover;	
	position: relative;
    padding: 40px 0;
}

.tech_boxImg1 {
    width: 100%;
}

.tect3_box {
    /* padding: 50px 0; */
    padding: 0;
    position: relative;
}

.tech3_boxText {
    position: absolute;
    top: calc(50% - 45px);    
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    left: 60px;
}

.tech3_boxText h2 {
    font-size: 24px;
    line-height: 38px;
    margin: 0;
    color: #fff;
	opacity:0;
	visibility:hidden;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
    position: absolute;
    top: 50%;
    left: 0;
    width:200px;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.tech3_boxText h2.into{
	opacity:1;
	visibility: visible
}

.tech3_boxImg {
    width: 100%;
    text-align: center;
	position:relative;
}

.tech2_swiper{
	width: 200%;	
	margin-left: -50%;
}
 
.tech_boxImg1{
	text-align:center;
}

.tech_boxImg1 img{
	/* width:80%; */
	width:51%;
}
 
.tech3_boxNav_box{
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    margin: 0;
    border: 1px solid #fff;
    padding: 8px 30px;
    min-width: 120px;
    border-radius:  50px;
    letter-spacing:  2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #051958;
    bottom:5px;
}

.tech3_boxNav_box a{
	color: #fff;
}

.tech3:before {
	content: '';
    position: absolute;
    border-top: 1px dashed rgba(239, 239, 239, 0.3);
    left: 0;
    width: 100%;
    display: block;
    top: 50%;
 }
 
.tech3_swiper{
	position: absolute;
    bottom: 5px;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	width: 60%;
	left:50%;
	overflow:visible
}

img.tech_boxImg1_bg {
	opacity:0;
	visibility:hidden;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}

.tech_boxImg1.swiper-slide-active:hover .tech_boxImg1_bg{
	opacity:1;
	visibility:visible;
}

.tech3_swiper .swiper-slide-active span{
	opacity: 0;
}

.tech3_boxNav li span{
	opacity: 1;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}

.tech3_boxNav ul li:first-child:before {
    display: none;
}

.tech3_boxNav {
    /* margin-top: 60px; */
    text-align:  center;
   display: inline-block;
}

.tech3_boxNav ul li i{
	display: block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #fff;
    margin-left: 5px;
	display:none
 }

.tech3_boxNav ul li {
	float:  left;
	color: #ccc;
	font-size: 12px;
	line-height:  24px;
	position:  relative;
	cursor: pointer;
    text-align: center;
}


.tech4_left {
    width: 50%;
    float: left;
    padding: 80px 50px 80px 0;
}

.tech4_left h2 {
    font-size: 36px;
    line-height: 46px;
    margin: 0;
    padding-left: 20px;
}

.tech4_left ul li {
    width: calc(33.33% - 30px);
    padding: 10px 15px;
    float: left;
    text-align: center;
    margin: 20px 15px;
    position: relative;
    top: 80px;
    opacity: 0;
    cursor: pointer;
    border: solid 1px transparent;
	transition:border 0.3s ease;
	-webkit-transition:border 0.3s ease;
}

.tech4_left ul li.active{
	border-color:#fff;	
}

.tech4_left ul li p {
    font-size: 16px;
    line-height: 24px;
    color: #1a2856;
    margin: 0;
}

.tech4_left_img {
    width: 100%;
}

.tech4_left ul {
    margin: 0 -15px;
    min-height: 600px;
}

.tech4_left_img img {max-width: 100%;}
 
 .tech4_right1_cont span {
    width: 96px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #888;
    float: left;
    position: relative;
	font-family:Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.tech4_right1 {
    border-top: 1px solid #efefef;
	position:relative;
	top:100px;
	opacity:0
}

.tech4_right {
    overflow-y: auto;
    float:  left;
    width: calc(50% - 15px);
    background: #fff;
    padding: 50px 0 0;
	position:absolute;
	top:0;
	right:15px;
	height:100% !important;
}

.tech4_right::-webkit-scrollbar-track-piece{width:10px;background-color:#f2f2f2}
.tech4_right::-webkit-scrollbar{width:5px;height:6px}
.tech4_right::-webkit-scrollbar-thumb{height:50px;background-color:#1a2856;}

.tech4_right:not(:first-of-type){
    display: none;
}

.tech4 .container1{
	position:relative;
}

.tech4_right1 h3 {
    font-size: 24px;
    line-height:  28px;
    padding: 80px 0 10px;
    margin-top: -50px;
    margin-bottom:  0;
    width: 96px;
    text-align:  center;
    border-right:  1px solid #efefef;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

.tech4_right1_cont.clearfix p {
    font-size: 14px;
    margin: 0 0 0 95px;
    position: relative;
    padding: 0 0 22px 20px;
    border-left: 1px solid #f3f3f3;
    line-height: 24px;
    color: #666;
}

.tech4_right1_cont span:before {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 1px;
    background: #ccc;
    right: -5px;
    top: 50%;
}

.tech4_right .tech4_right1:last-child{
	border-bottom: 1px solid #efefef;

}

.tech3_boxNav ul li:before {content: '';width: 42%;height: 1px;display: inline-block;position: absolute;left: 0;transform: translateX(-50%);background: #fff;top: 50%;opacity: 0.2;margin-top: -1px;}
/* tech */

.tech4_ts li {
    width: 50%;
    float: left;
    padding: 15px;
    text-align: center;
    border-right: solid 1px #efefef;
}

.tech4_ts_li img {
    max-width: 100%;
}

.tech4_ts ul:after {content: '';display: table;clear: both;}

.tech4_ts {
    border: solid 1px #efefef;
    border-left: 0;
    border-right: 0;
    overflow: hidden;
}

.tech4_ts ul {
    margin-right: -1px;
}

.tech4_ts_li p {
    margin: 0;
    font-size: 13px;
    line-height: 24px;
    margin-top: 10px;
    letter-spacing: 0;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.tit_white h3{
	color:#fff;
}
.ind2_tit .ind1_btn {
    position: absolute;
    bottom: 4px;
    right: 0;
    display: inline-block;
    width: auto;
    text-align: right;
    margin: 0;
    left: auto;
}

.ind2_tit .ind1_btn a:hover{
	color:#3bc3e2;
}

.ind1_btn i {
    margin-right: 5px; 
    font-size: 18px
}

.pro1_sele {
    width: 76%;
    margin: 0 auto 0;
    position: relative;
}

.pro1S_lis{
    width: 22%;
	margin-right:3%;
	float:left;
	position:relative
}

.pro1_sele:after {
    content: '';
    display: table;
    clear: both;
}

.pro1_sele select {
    border: 0;
    border-bottom: solid 1px #ccc;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
	outline:0;
    width: 100%;
}

.pro1S_lis:last-child{
    width: 50%;
	float:left;
	margin:0;
}

.pro1_sele input {
    border: 0;
    border-bottom: solid 1px #ccc;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    float: right;
	outline:0;
	width:100%
}

.pro1_sele i {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    opacity: 0.4;
    line-height: 40px;
}

.ab3_top {
    position: absolute;
    top: 0;
    transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
    width: 100%;
}

.ab3.into .ab3_top .ab3T_wz{
	bottom:30px;
	opacity:1;
}

.ab3.into .ab3_bott .ab3T_wz{
	top:30px;
	opacity:1;
}

.ab3_lis:nth-child(2) .ab3T_wz{
	transition-delay:0.2s;
}

.ab3_lis:nth-child(3) .ab3T_wz{
	transition-delay:0.4s;
}

.ab3_lis:nth-child(4) .ab3T_wz{
	transition-delay:0.5s;
}

.ab3_lis:nth-child(5) .ab3T_wz{
	transition-delay:0.8s;
}

.ab3_lis:nth-child(6) .ab3T_wz{
	transition-delay:1s;
}

.ab3_lis:nth-child(7) .ab3T_wz{
	transition-delay:1.2s;
}

.ab3_top .ab3T_wz {
    position: absolute;
    bottom: 60px;
    width: 140%;
    left: 30%;
    text-align: center;
	opacity:0;
	transition:all 0.5s ease-out;
	-webkit-transition:all 0.5s ease-out;
}

.ab3_lis {
    width: 14.28%;
    float: left;
    min-height: 1px;
	position:relative
}

.ab3_bott .ab3T_wz {
    position: absolute;
    top: 60px;
    width: 140%;
    left: 30%;
	opacity:0;
    text-align: center;
	transition:all 0.5s ease-out;
	-webkit-transition:all 0.5s ease-out;
}

.ab3_bott {
    position: absolute;
    top: 0;
}

.ab3T_wz h3 {
    margin: 0 0 20px 0;
    font-size: 30px;
    line-height: 40px;
	font-family:Georgia, "Times New Roman", Times, serif;
    font-weight:bold;
    text-align: center;
}

.ab3T_wz p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    text-align: center;
}

/* 5.4 */
.ab3-svg{
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    background: url(../images/timeline-axis-x.svg)
}
.ab3T_img{
    box-shadow: 0px 7px 32px 5px #ccc;
}
.ab3-cont-img{
    position: relative;
    width: 60%;
    margin: 0 auto;
    padding: 35px;
}
.ab3-cont-img span:before, 
.ab3-cont-img span:after{
    position: absolute;
    display: block;
    background: #1a2856;
    content: '';
}
.ab3-lt:before{
    top: 0;
    left: 0;
    width: 35px;
    height: 2px;
}
.ab3-lt:after{
    top: 0;
    left: 0;
    width: 2px;
    height: 35px;
}
.ab3-rt:before{
    top: 0;
    right: 0;
    width: 35px;
    height: 2px;
}
.ab3-rt:after{
    top: 0;
    right: 0;
    width: 2px;
    height: 35px;
}
.ab3-lb:before{
    bottom: 0;
    left: 0;
    width: 35px;
    height: 2px;
}
.ab3-lb:after{
    bottom: 0;
    left: 0;
    width: 2px;
    height: 35px;
}
.ab3-rb:before{
    bottom: 0;
    right: 0;
    width: 35px;
    height: 2px;
}
.ab3-rb:after{
    bottom: 0;
    right: 0;
    width: 2px;
    height: 35px;
}
.ab3-ba{
    background-color: #1a2856;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}
.ab3-ba:before, 
.ab3-ba:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1a2856;
    border-radius: 50%;
    -webkit-animation: pulseMarkerGlow 2s infinite;
    animation: pulseMarkerGlow 2s infinite;
}
.ab3-ba:after{
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
@-webkit-keyframes pulseMarkerGlow{
    0%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
    to{
        opacity:0;-webkit-transform:scale(3);
        transform:scale(3);
    }
}
@keyframes pulseMarkerGlow{
    0%{
        -webkit-transform:scale(1);
        transform:scale(1);
    }
    to{
        opacity:0;-webkit-transform:scale(3);
        transform:scale(3);
    }
}
.ab3-next, 
.ab3-prev{
    position: absolute;
    top: 50%;
    margin-top: -7px;
    cursor: pointer;
}
.ab3-next span, 
.ab3-prev span{
    display: inline-block;
    margin-left: -10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
}
.ab3-next{
    right: -20%;
}
.ab3-prev{
    left: -20%;
}
.ab3-swiper-svg{
    position: absolute;
    top: 65%;
    width: 100%;
    height: 26px;
    background: url(../images/timeline-axis-y.svg);
}
/* 5.4--end */

.ab3_top:before {content: '';width: 12px;height: 12px;background: #1a2856;display: inline-block;border-radius: 50%;position: absolute;bottom: -6px;right: -6px;}

.ab3_bott:before {content: '';width: 12px;height: 12px;background: #1a2856;display: inline-block;border-radius: 50%;position: absolute;top: -6px;right: -5px;}

.ab3_lis:last-child .ab3T_wz{
	width:100%;
	left:10%;
}



.swiper-slide-active .ab3T_lis{
	transform:scale(1);
	-webkit-transform:scale(1);
	opacity:1;
}

.swiper-slide-active .ab3T_lis:hover span{
	width:100%;
	border-radius:0;
}

.ab3T_lis{
	text-align:center;
	transform:scale(0.6);
	-webkit-transform:scale(0.6);
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	opacity:0.4;
}
.ab3T_lis span {
    width: 350px;
	height:350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.ab3T_swiper {
    width: 130%;
    margin-left: -15%;
}

.ab3_center{
	padding: 17px 0;
	position: relative;
    max-width: 980px;
    margin: 0 auto 40px;
}

.ab3C_line {
    width: calc(100% - 60px);
    height: 1px;
    border: dashed 1px #888;
    margin: 0 auto;
}

.ab3_year {
    position: absolute;
    top: 0;
    left: 50px;
    line-height: 38px;
    font-size: 18px;
    background: #1a2856;
    color: #fff;
    width: 90px;
    text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	transition:all 0.4s linear;
	-webkit-transition:all 0.4s linear;
}

.ab3_center a {
    position: absolute;
    top: 50%;
    margin-top: -10px;
	width:20px
}

a.ab3_arrl{
	left:0;
}

a.ab3_arrr{
	right:0;
}
.ab3_center a img {
    width: 100%;
    opacity: 0;
}

.ab3_arrl img.ab3_arrlImg1 {
    position:  absolute;
    left: -10px;
    top: 1px;
    opacity: 0.7;
    width: 18px !important;
}

.ab3_arrl img.ab3_arrlImg2 {
    position:  absolute;
    left:  -20px;
    top: 3px;
    width: 15px !important;
    opacity:  0.3;
}

.ab3_arrr img.ab3_arrlImg1 {
    position:  absolute;
    right: -10px;
    top: 1px;
    opacity: 0.7;
    width: 18px !important;
}

.ab3_arrr img.ab3_arrlImg2 {
    position:  absolute;
    right:  -20px;
    top: 3px;
    width: 15px !important;
    opacity:  0.3;
}

.ab3_center a .ab3_arrlImg{
	opacity: 1;
}

.ab3_center a .ab3_arrlImg1{
    animation: upDown 1.5s infinite ease-in-out;
    -webkit-animation: upDown 1.5s infinite ease-in-out;
    animation-delay:1s;
	-webkit-animation-delay:1s;
}

.ab3_center a .ab3_arrlImg2{
    animation: upDown 1.5s infinite ease-in-out;
    -webkit-animation: upDown 1.5s infinite ease-in-out;
        animation-delay:1.5s;
	-webkit-animation-delay:1.5s;
}

@keyframes upDown {
0%{
    opacity:0;
}
50%{
    opacity:1;
}
100%{
    opacity: 0;
}
}

@-webkit-keyframes upDown {
0%{
    opacity:0;
}
50%{
    opacity:1;
}
100%{
    opacity: 0;
}
}


.ab3_topp {
    margin: 60px 0;
}

.ab3_bottom li h5 {
    font-size: 18px;
    margin: 0;
    line-height: 30px;
    text-align: center;
    letter-spacing: 1.5px;
    font-weight: bold;
}

.ab3_bottom{
	max-width:980px;
	margin:0 auto;
	min-height:60px;
	position:relative;
}

.ab3_bottom li{
	opacity:0;
	top:0;
	left:0;
	width:100%;
	visibility:hidden;
	position:absolute;
	top:20px;
}

.ab3_bottom li.active{
	top:0;
	visibility:visible;
	opacity:1;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
}





/* 5-15调整 */
.tech2_boxText h3 {
    margin: 0 0 40px 0;
    color: #1a2856;
    font-size: 46px;
    line-height: 50px;
    font-weight: bold;
    letter-spacing: 10px;
    text-transform: uppercase;
}
.tech2_boxImg:before{
	content: '';
    width: calc(100% - 30px);
    height: calc(100% - 42px);
    position: absolute;
    top: -30px;
    left: -30px;
    border: solid 6px rgba(255, 255, 255, 0.5);
}
.prod_cont3 a {
    font-size: 14px;
    color: #051958;
    line-height: 24px;
    margin: 0;
    border: 1px solid #051958;
    padding: 8px 30px;
    min-width: 120px;
    border-radius: 50px;
    letter-spacing: 2px;
    display:  inline-block;
}

.prod_cont3 {
    text-align:  center;
    margin-top: 40px;
}

.prod_titR {
    background: #dbeaf9;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.footT_logo img{
	height: 32px;
}

.inv3_lis {
    margin-top: 60px;
    width: 50%;
    float: left;
    padding: 0 10px;
}

#contact .container>ul{
	margin: 0 -10px;
}





/* 5-31调整 */
.tech4_left{
	width: 100%;
	text-align: center;
	float: none;
	padding: 80px 0!important;
}
div#patent {
    background: #fff;
}
.tech4_contUl {
    display:  flex;
    align-items:  center;
    flex-wrap:  wrap;
    margin: 0 -20px;
}

.tech4_contLi {
    width: 25%;
    padding: 20px;
}

.tech4_contLi_box {
    border: 1px solid #8c9bb9;
    padding: 0px 0;
    position: relative;
	border: solid 12px #1a2856;
}

.tech4_contLi_boxImg {
    display:  inline-block;
    
}

.tech4_contLi_boxImg img {
    width: 100%;
}

.tec4_contLi_text {
    position:  absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left:  0;
    background-color: rgba(26,40,86,.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;   
}

.tec4_contLi_text h5 {
    font-size: 14px;
    line-height:  24px;
    color: #fff;
    margin: 0;
    position:  relative;
    top: 50%;
    transform: translateY(-50%);
    cursor: default;
}

.tech4_contLi a:hover .tec4_contLi_text{
	opacity: 1;
	visibility: inherit;
}


.inv2_lis{
	padding: 0;
	width: 100%;
}

.inv2_img img {
    width: 100%;
}

.inv2_right{
	display: flex;
}
.inv2_img {
    background-color: #fff;
    padding: 20px;
}

.inv2_imgTit h2 {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    color: #1a2856;
}

.inv2_imgTit {
    border-bottom: 1px solid #888;
    padding: 0 0 5px;
    margin-bottom: 20px;
}

.tech4{
	background: #fff;
}


.about_box0 {
    background: #fff;
    padding: 80px 0;
}

.ab0_left {
    width: 40%;
    float: left;
    padding-right: 60px;
}

.ab0_right {
    width: 56%;
    float: left;
    border-bottom: solid 1px #d2d2d2;
    border-top: solid 1px #d2d2d2;
    position: relative;
}

.ab0_lis img {
    width: 100%;
}

.ab0_left li {
    width: 26%;
    margin: 0 auto 12px;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
}

.ab0_lis {
    border: solid 2px #1a2856;
}

.ab0_left li.active {
    width: 60%;
}

.ab0_left li:last-child {
    margin-bottom: 0;
}

.ab0_tit li {
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    padding: 0 15px;
    border-bottom: solid 1px #d2d2d2;
    cursor: pointer;
    text-align: center;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.ab0_tit li.active{
    background: #1a2856;
    color: #fff;
}

.ab0_tit {
    width: 130px;
    float: left;
    border-right: solid 1px #d2d2d2;
}

.ab0_cot {
    width: calc(100% - 100px);
    float: left;
    position: absolute;
    left: 130px;
    height: 100%;
}

.ab0_tit li:last-child {
    border: 0;
}

.ab0_li {
    position: absolute;
    padding: 20px 30px;
    max-height: 100%;
    overflow-y: auto;
    width: 100%;
    display: none;
}

.ab0_li h5 {
    margin: 0;
    font-size: 15px;
    line-height: 28px;
    color: #666;
}

.ab0_cont {
    display: flex;
    align-items: center;
}

.lb-dataContainer{
	display: none !important;
}

.lightbox .lb-image{
	border: 0 !important;
}

[v-cloak] {
    display: none;
}

.foot_return {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #1a2856;
    width: 45px;
    padding: 4px;
    display: none;
    z-index: 9;
}

.foot_return img {
    width: 100%;
}


.ab3T_start {
    position: absolute;
    top: 50%;
    left: -100%;
    transform: translate(120%,-50%);
    width: 40%;
}

.ab3T_end {
    position: absolute;
    top: 50%;
    right: -100%;
    transform: translate(-120%,-50%);
    width: 40%;
}

.ab3T_end img {
    max-width: 220px;
}
.ab3T_start {
    width: 100%;
    max-width: none;
    left: auto;
    right: 100%;
    text-align: center;
    transform: translate(0,-50%);
}

.ab3T_start img {
    max-width: 220px;
}


.ab_addBoxFlex{display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; -webkit-align-items:center; box-align:center; -moz-box-align:center; -webkit-box-align:center;}
.ab_add{padding: 80px 0; background: #fff;}
.ab_addBox_l{width: 55%; padding-right: 40px;}
.ab_addBox_r{width: 45%; border-left: solid 1px #dfdfdf; padding: 40px 0;}
.ab_addBox_l_sw{position: relative; border: solid 2px #1a2856; border-left: none; padding: 39px 110px 30px 0;}
.abAdd_lis{position: relative;}
.abAdd_list p *{vertical-align: middle;}
.abAdd_list p img{width: 22px; height: 22px; margin-right: 15px;}
.abAdd_list p{font-size: 14px; line-height: 24px; margin: 8px 0; color: #666;}
.abAdd_tit{position: absolute; top: -14px; background: #fff; padding-right: 40px;}
.ab_addBox_arr{position: absolute; bottom: 20px; right: 25px;}
.abAdd_tit span{display: none; background: #1a2856; color: #fff; font-size: 16px; line-height: 26px; text-align: center; padding: 0 10px; min-width: 100px;}
.abAdd_tit span.active{display:block;}
.ab_addBox_arr a{display: inline-block; background: #1a2856; color: #fff; width: 40px; height: 40px; text-align: center; float: left; margin: 0 1px;}
.ab_addBox_arr a i.fa{font-size: 28px; line-height: 40px;}
.abAddImg_lis img{width: 100%; border: solid 12px #1a2856;}
.abAddImg_lis{}
.ab_addBox_r_sw{position: relative; padding: 0 15%;}
.ab_addBox_r_sw .swiper-pagination{bottom: 20px;}
.ab_addBox_r_sw .swiper-pagination .swiper-pagination-bullet-active{background:#1a2856;}



.inv1_cot .common_pagination {
    display: block;
    text-align: left;
    padding: 0 40px;
    margin-top: 30px;
}

.inv1_cot .common_pagination>nav {
    display: inline-block;
}






/**6-5**/
.not_nav {
    background: #1a2856;
}
.not_nav ul{
    border-left:rgba(255, 255, 255, 0.5) solid 1px;
}
.not_nav ul li{
    border-right:rgba(255, 255, 255, 0.5) solid 1px;
}
.not_nav ul li a{
    color:#fff;
    font-size: 16px;
}
.not_nav ul li.into a {
    background: #fff;
    color: #1a2856;
}


.not_nav ul li:hover a {
    background: #fff;
    color: #1a2856;
}


.ab3T_start img {
    border-radius: 50%;
    opacity: 0.4;
}

video{
    pointer-events: none;
}

.logo a {
    display: block;
}
/**6-5**/






@media(max-width:1600px){
.pro_box_pic img {
    width: 110%;
    margin-left: -5%;
}
.ab3T_swiper {
    width: 140%;
    margin-left: -20%;
}


	
}

@media(max-width:1500px){
.ab3T_swiper {
    width: 120%;
    margin-left: -10%;
}
	
}


@media(max-width:1440px){
.pro_box_pic img {
    width: 120%;
    margin-left: -10%;
}

.ind1_cot h3{
    font-size: 28px;
	font-weight:normal;
}





}


@media(max-width:1200px){
.head_menu li a {
    padding: 0 15px;
}
.head_search{
	display: none;
}
.ab1_text h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
}
.ab4_li h4 span {
    font-size: 20px;
    line-height: 30px;
    margin-right: 4px;
}
.ab4_li {
    width: calc(25% - 60px);
}
.ab4_ul {
    margin: 40px 0 30px -30px;
}
.tech1_box h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}
.tech1_right {
    margin-top: 60px;
}
.tech1_left{
    max-width: 800px;
    width:calc(100% - 40% - 60px)
}
.inv1Sele_li:first-child{
	display:none;
}

.inv1_right {
    padding-left: 40px;
}

.inv1_con_tab .inv1_cot li {
    padding: 0 20px;
}
.inv1_cot ul {
    margin: 0 -20px;
}
.inv_box2 {
    padding: 140px 0;
}

.logo {
    width: 202px;
}
.head_menu {
    left: 202px;
}

.ab3T_swiper {
    width: 134%;
    margin-left: -17%;
}
	
}


@media(max-width:991px){
.head_search{
	display: none;
}
.logo {
    width: 120px;
}
.logo img {
    height: 54px;
}
.head_menu {
    left: 120px;
}
.head_menu li a {
    padding: 0 15px;
}
.headS_ico input {
    width: 180px;
}

.ind1_cot h3 img {
    width: 36px;
    margin-right: 8px;
}
.ind1_cot h3 {
    font-size: 24px;
}
.pro_box_txt_title h2 {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
}
.pro_box_txt_title p {
    display: none;
}
.not_nav ul li a {
    padding: 0 12px;
    font-size: 18px;
}
.ab1_text h2 {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 10px;
    width: 100%;
}
.ab1_text h2 img{
	display:none;
    margin: 0;
}
.ab1_img {
    width: 40%;
}

.ab1_text {
    padding-left: 40px;
    width: 60%;
}

.ab1_text p {
    width: 100%;
}

.ab2_box {
    height: 50vh;
}
.ab4_li {
    padding: 20px 15px 25px;
    width: calc(25% - 40px);
}
.ab4_liBg {
    top: 15px;
    left: 15px;
}
.ab4_ul {
    margin: 40px -5px 0 -20px;
}
.tech4_left ul li {
    width: calc(33.33% - 10px);
    margin: 20px 5px;
}
.inv1Sele_li{
	display:none;
}
.inv1_right {
    padding-left: 0;
}
.inv2_Lcot h3 {
    font-size: 28px;
    letter-spacing: 4px;
}
.inv2_lis {
    padding: 72px 30px 50px 30px;
}
.inv3_lis #dituContent, .inv3_lis #dituContent1 {
    height: 30vh;
}
.pro1_sele {
    width: 100%;
}



.ind6_li {
    float: left;
    width: 50%;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 20px;
}

.ind6_li img {
    max-width: 120px;
}

.ind6_cont:after {content: '';display: table;clear: both;}

.ind6_cont {
    margin: 0 -10px;
}

.ind_box6{
	padding-bottom:80px;
}
.ind2_lis {
    padding: 0 15px;
}

.ind2_img img {
    width: 100%;
}

.ind_box2 {
    padding-bottom: 80px;
}

.ind2_wz h3 {
    font-size: 24px;
    line-height: 40px;
    margin: 0;
    letter-spacing: 2px;
    color: #333;
}

.ind2_wz {
    padding-top: 10px;
}

.ind2_wz p {
    font-size: 15px;
    line-height: 28px;
    margin: 0;
    color: #888;
}
.ind2_cot {
    margin: 0 -15px;
}
.ind2_swiper{
	padding-bottom:30px;
}
.ind2_page{
	bottom:0 !important;
}
.ind2_page span{
    width: 12px;
    height: 12px;
}
.ind2_page span{
	background:#1a2856;
}
.tech2_box{
	display:block;
}

.tech2_boxImg,.tech2_boxText{
	width:50%;
	float:left;
	padding:0
}
.tech2_boxImg{
	padding:0 40px 0 0;
}
.tech2_box:after {
    content: '';
    display: table;
    clear: both;
}
.inv3_top ul {
    max-width:100%;
	margin:0 -15px;
}
.ab3T_swiper {
    width: 100%;
    margin-left: 0;
}

.ab3_topp{
	max-width:750px;
	padding:0 15px;
	margin:60px auto;
}
.head_menu li a {
    padding: 0 10px!important;
}

}


@media(max-width:768px){
header.phone {
    position: fixed;
    z-index: 99999;
}
.ban1_img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/*.ban_lis video{display:none;}*/
.wrapper {
    margin-top: 52px;
}
.headerbg {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 999;
    box-shadow: 0 0 10px #ccc;
	background: #fff;
}
.collapse.in {
    width: 100%;
}
.navbar-collapse {
    border-top: solid 1px rgba(68, 68, 68, 0.14);
}
.logo_boxlist {
	float: left;
	width: 120px;
    margin: 11px 0 10px;
}
.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 0;
	margin: 0 0 8px;
	margin-right: 0;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	margin-top: 10px;
}
.navbar-toggle .icon-bar {
	background: #333;
}
.navbar-nav a {
	text-transform: uppercase;
	text-align: center;
}
.navbar-nav>li>a {
	padding-bottom: 8px;
	color: #333;
}
.navbar-nav {
	margin: 7.5px -15px 10px -15px;
}
.nav>li>a:hover,
.nav>li>a:focus {
	background: none !important;
}
.nav>li {
	border-bottom: rgba(68, 68, 68, 0.14) dotted 1px;
}
.header{
	display:none;
}

.ban_cot {
    margin: 0;
}
.ban_wz p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 2px;
}
.ban_page {
    bottom: 20px !important;
}
.ban_page span {
    width: 8px;
    height: 8px;
}

.footer_top,.footer_cont,#footer_unohacha{
	display:none;
}
.copy {
    font-size: 12px;
    line-height: 20px;
    color: #aaa;
}
.footer_bott {
    padding: 5px 0;
}




/**index**/
.ind_box1 {
    padding: 40px 0;
}
.ind1_cot h3 {
    font-size: 14px;
	line-height:26px;
    letter-spacing: 1px;
}
.ind1_cot h3 img {
    width: 24px;
}

.ind3_cot{
    background-attachment: inherit;
	min-height:auto;
	height:auto;
}

.ind3_wz {
    position: relative;
	top:0;
	width:100%;
	padding:40px 15px;
	left:0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    color: #fff;
}

.ind3_wz h3 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 2px;
}

.ind3_wz p {
    font-size: 12px;
    line-height: 24px;
}

.ind3_cot .ind3_btn {
    margin-top: 20px;
}
.ind3_btn a {
    font-size: 12px;
    line-height: 40px;
}

.ind_box4 {
    padding: 40px 0 10px;
}

.ind2_tit h3 {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 2px;
}
.ind2_tit {
    margin-bottom: 20px;
}
.ind1_btn a, .ind1_btn span {
    font-size: 12px;
}

.ind4_lis{
	margin-bottom:30px;
    top: 0px;
    opacity: 1;
}

.ind4_wz h3 {
    line-height: 24px;
    font-size: 16px;
    font-weight: normal;
}
.ind4_wz h5 {
    font-size: 12px;
    line-height: 20px;
}

.ind4_wz p {
    font-size: 12px;
    line-height: 22px;
    -webkit-line-clamp: 3;
	max-height:66px;
}

.ind4_wz .ind2_more{
	display:none
}

.ind_box6 {
    padding: 40px 0 20px;
}

.ind6_bg{
	display:none
}




/**about**/
.ban_img h2 {
    font-size: 24px;
    line-height: 30px;
    top: 0;
}
.not_nav{
	display:none
}

.not_box{
	padding:0;
}
.ab1_box {
    padding: 40px 0 0;
}

.ab1_img {
    width: 100%;
    left: 0;
    opacity: 1;
}
.ab1_text {
    padding-left: 0;
    width: 100%;
    margin-top: 30px;
    left: 0;
    opacity: 1;
}

.ab1_text h2 {
    font-size: 16px;
    line-height: 24px;
}

.ab1_text p {
    font-size: 12px;
    line-height: 22px;
	margin-bottom:0;
}

.ab1_box2 {
    padding: 30px 0 0;
}

.ab1_box2Li h4 {
    font-size: 16px;
    line-height: 24px;
}

.ab1_box2Li p {
    font-size: 12px;
    line-height: 22px;
}

.ab1_box2Li {
    width: 100%;
	padding:0;
}

.ab2_swiper{
	padding-bottom:30px;
}

.ab2_page{
	bottom:0 !important;
}


.ab1_box2Li img {
    max-width: 50px;
    opacity: 1;
    top: 0;
}

.ab1_box2Li .ab1_wz{
    opacity: 1;
    top: 0;
}
.ab1_box2Li h5 i {
    margin: 10px 0 0px;
}

.swiper-pagination-bullet-active{
	background:#1a2856;
}

.ab2_box {
    height: 40vh;
}
.ab2_ico img {
    width: 40px;
}

.ab2_boxText h4 {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0 0;
    letter-spacing: 2px;
}

.ab4 {
    padding: 40px 0;
}

.ab4_li {
    padding: 20px 15px 25px;
    opacity: 1;
    top: 0px;
    width: calc(100% - 20px);
}

.ab4_lis {
    padding: 0 10px;
}

.ab4_swiper {
	padding:8px 0 40px
}

.ab4_page {
	bottom:0 !important
}

.ab4_li h4 span {
    font-size: 18px;
}

.ab4_li h4 {
    font-size: 12px;
    line-height: 20px;
}

.ab4_li h4 {
    margin: 6px 0;
}

.ab4_li p {
    font-size: 12px;
    line-height: 22px;
}

.ab5 {
    padding: 40px 0;
}

.ab5_left {
    opacity: 1;
    left: 0;
	width:100%;
	padding-right:0;
}

.ab5_rig{
	width:100%;
}

.ab5_rig ul li {
    opacity: 1;
    top: 0;    
	margin-bottom: 12px;
	border-width:1px;
}

.ab5_rigP {
    padding-left: 40px;
}

.ab5_rigP span {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    padding-left: 15px;
}

.ab5_rig .ab5_rigBg {
    width: 40px;
    height: 40px;
    padding: 8px;
}

.ab5_rigBg img{
	width:100%;
}

.ab6 {
    padding: 40px 0;
}


.ab1_box2Li.ab6_Li{
	width:100%;
}


.ab6_swiper{
	padding-bottom:30px;
}

.ab6_page {
	bottom:0 !important;
}

.ab6_cot {
    padding-bottom: 40px;
}

.ab6_bott {
    padding-top: 40px;
    opacity: 1;
    top: 0px;
}

.ab6_lis h5 ,.ab6_text h5{
    font-size: 12px;
    margin-bottom: 0;
}

.ab6_lis input {
    height: 34px;
    padding: 2px 10px;
}

.ab6_lis label {
    width: 100%;
	margin-bottom:12px;
}

.ab6_lis{
	margin:0 -15px;
}
.ab6_text {
    margin-bottom: 20px;
}






/**news**/
.not_cont {
    padding: 40px 0;
}

.not_cont1Li {
    width: 100%;
    opacity: 1;
    top: 0px;
}
.not_cont1Li_text {
    padding: 15px;
}

.not_cont1Li_text h5 {
    font-size: 12px;
    line-height: 22px;
}
.not_cont1Li_text h4 {
    line-height: 24px;
    font-size: 16px;
    font-weight: normal;
	height:auto;
	max-height:48px;
    margin-bottom: 8px;
}


/**newsdot**/
.newd_contBox {
    padding: 40px 15px 30px;
}
.newd_contBox h2 {
    font-size: 16px;
    line-height: 24px;
}

.newd_tit {
    margin-bottom: 20px;
}

.newd_cont p {
    font-size: 12px;
    line-height: 22px;
}

.newd_bot {
    padding: 40px 0;
}





/**product**/
.pro_box1 {
    padding: 35px 0 0;
}

.pro1_sele select {
    font-size: 12px;
    line-height: 30px;
    height: 30px;
}
.pro1_sele input {
    line-height: 30px;
    height: 30px;
    font-size: 12px;
}
.pro1_sele i {
	font-size:14px;
    line-height: 30px;
}

.prod_box {
    padding-top: 40px;
}

.pro_tit2 h4 {
    font-size: 12px;
    line-height: 22px;
}

.pro1_cont li{
	width:100%;
}

.pro1_wz {
    padding: 10px 20px;
}

.pro_tit2 {
    margin: 0 auto 25px;
}

.pro1_wz h3 {
    font-size: 16px;
    letter-spacing: 1px;
}

.pro1_wz span {
    top: -5px;
    right: 15px;
    width: 24px;
    padding:10px 0;
}

.pro1_bg {
    opacity: 1;
    width: 100%;
}

.prod_box:last-child {
    padding-bottom: 40px;
}





/**prodot**/
.prod {
    padding: 40px 0 40px;
}

.prod_titL {
    width: 100%;
    padding-top: 0;
}

.prod_titR_box {
    width: 100%;
    padding: 0;
}

.prod_titL h4 {
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 2px;
}

.prod_titL h3 {
    font-size: 20px;
    line-height: 30px;
}

.prod_titL p {
    font-size: 12px;
    line-height: 22px;
    color: #666;
    margin: 20px 0 20px;
}

.prod_titPrev{
    width: 30px;
    height: 40px;
	left:0;
    background-size: 50% !important;
}

.prod_titNext{
    width: 30px;
    height: 40px;
	right:0;
    background-size: 50% !important;
}

.prod_titImg {
    margin: 0;
}

.prod_cont1 {
    margin-top: 30px;
}

.prod_cont1 h3 {
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 6px;
}

.prod_cont1 h4 {
    font-size: 14px;
    line-height: 20px;
}

.prod_cont1 p {
    font-size: 12px;
    line-height: 22px;
    padding-left: 0;
}

.prod_cont2 {
    margin-top: 30px;
}

.prod_cont2 h3 {
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 6px;
}

.prod_cont2 p {
    font-size: 12px;
    line-height: 22px;
}

.prod_cont2_tab {
    margin-top: 20px;
}

.prod_cont2_tab td {
    line-height: 20px;
    color: #333;
    padding: 10px 8px;
    font-size: 12px;
}

.prod_cont2_tab table th {
    padding: 10px 8px;
    line-height: 20px;
    font-size: 12px;
    font-weight: normal;
    border: solid 1px #f5f5f5;
}

.prod_cont2_tab table td {
    border: 1px solid #F5F5F5;
}





/**tech**/
.tech1 {
    padding: 40px 0 40px;
}

.tech1_left {
    width: 100%; 
}

.tech1_box h3{
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 2px;
    margin: 0 0 10px 0;
}

.tech1_box h4 {
    font-size: 14px;
    line-height: 24px;
    top: 0;
    opacity: 1;
}

.tech1_box p{
    font-size: 12px;
    line-height: 22px;
    top: 0;
    opacity: 1;
}

.tech1_right {
    float: right;
    width: calc(100% - 30px);
}

.tech2_box {
    display: block;
    align-items: center;
    padding: 40px 0;
}

.tech2_box ul {
    display: block;
	width:40%;
	float:left;
    text-align: left;
    top: 0;
    opacity: 1;
}

.tech2_boxImg{
    display: block;
	width:100%;
    top: 0;
    opacity: 1;
	padding:0;
}

.tech2_boxText{
	display:block;
	width:100%;
	padding:0;
    opacity: 1;
    left: 0;
}

.tech2_boxText h4 {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    margin: 10px 0 10px;
}

.tech2_boxText p {
    font-size: 12px;
    line-height: 22px;
}

.tech3{
    padding: 40px 0;
}

.tech3_boxText{
	display:none
}

.tech3_swiper {
    width: 90%;
}

.tech3_boxNav_box {
    font-size: 12px;
    line-height: 22px;
    min-width: 190px;
    bottom: 6px;
}

.tech3_boxNav ul li:before {
    content: '';
    width: 15%;
}

.tech2_swiper {
    width: 120%;
    margin-left:-10%;
}

.tech_boxImg1 img {
    width: 100%;
}

img.tech_boxImg1_bg{
	display:none
}
.tect3_box {
    padding: 0;
}

.tech3:before {
    top: calc(50% - 25px);
}

.tech3_boxImg>a {
    position: absolute;
    top: 50%;
    width: 30px;
    margin-top: -10px;
    z-index: 3;
}

.tech3_boxImg>a img {
    width: 100%;
}

.tech3_arrl{
    left: -5px;
}

.tech3_arrr{
	right: -5px;
}

.tech4_left {
    width: 100%;
    padding: 40px 0 30px;
}

.tech4_right{
	width:calc(100% + 30px);
	position:relative;
	height:auto !important;
    margin-bottom: 40px;
}
.tech4_left ul {
    margin: 0;
    min-height: auto;
}

.tech4_left ul li {
    margin: 5px;
    opacity: 1;
    top: 0px;
}
.tech4_right1 h3 {
    font-size: 20px;
    padding: 60px 0 10px;
    width: 80px;
    line-height: 10px;
}

.tech4_right1_cont span {
    width: 80px;
	font-size:12px;
}
.tech4_right1_cont.clearfix p {
    font-size: 12px;
    margin: 0 0 0 79px;
    padding: 0 15px 6px 20px;
    width: 100%;
}
.tech4_right1{
    opacity: 1;
    top: 0px;
}
.tech4_pic{
	margin-left: 79px !important;
}




/**investor**/
.inv_box1 {
    background: #fff;
    padding: 40px 0;
}

.inv1_sele {
    margin-bottom: 20px;
}

.inv1_cot li{
    opacity: 1;
    top: 0px;
    margin: 0 15px 0 0;
}

.inv1_con_tab li {
    width: 100% !important;
    padding: 0 20px !important;
    margin-bottom: 12px !important;
}
.inv1_wz h3 {
    font-size: 14px;
    line-height: 24px;
    max-height: 48px;
}

.inv1_lis {
    padding-bottom: 12px;
}

.inv1_cot li:nth-child(5), .inv1_cot li:nth-child(6) {
    margin-bottom: 12px;
}

.inv1_cot li:nth-child(5) .inv1_lis {
    padding-bottom: 12px;
    border-bottom: solid 1px #ddd;
}

.inv1_cot li:nth-child(5) .inv1_lis .inv1_wz h5 {
    bottom: 12px;
}
.inv1_left {
    margin-bottom: 20px;
}

.inv1_right  .inv1_img{
	height:200px !important
}
.inv1_img h3 {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 2px;
}

.inv_box2 {
    padding: 40px 0;
}

.inv1_right {
    opacity: 1;
    left: 0px;
}

.ind2_tit.visible-xs h3 {
    color: #fff;
}
.ind2_tit.visible-xs .ind1_btn a{
	color:#fff;
}

.inv2_right {
    padding-left: 0;
    margin-right: 0;
}

.inv2_lis {
    padding: 30px 15px;
    top: 0px;
    opacity: 1;
	margin:0;
}

.inv2_wz h5 {
    font-size: 12px;
    line-height: 22px;
}

.inv2_wz h3 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}

.inv2_wz hr {
    margin: 10px 0;
}

.inv2_wz p {
    font-size: 12px;
    line-height: 22px;
    height: 66px;
}

.inv2_page{
	display:none;
}

.inv2_btn span {
    width: 34px;
}

.inv2_phone.visible-xs {
    text-align: right;
}

.inv2_btn {
    margin-top: 30px;
}

.inv_box3 {
    padding: 40px 0;
}

.inv3T_lis {
    text-align: center;
}

.inv3T_lis h3 {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
	margin-bottom:4px;
}

.inv3T_lis p {
    font-size: 12px;
    line-height: 22px;
	margin:0;
}

.inv3_swiper{
	padding-bottom:30px;
}

.inv3_page{
	bottom:0 !important;
}

.inv3_top {
    padding-bottom: 40px;
}
.inv3_cot {
    padding-top: 40px;
}

.inv3_cot li {
    opacity: 1;
    top: 0px;
    width: 100%;
}

.inv3_cot li:first-child{
	margin-bottom:20px;
}

.inv3_img.visible-xs img {
    width: 100%;
}


.ind2_wz h3 {
    font-size: 16px;
    line-height: 26px;
}

.ind2_wz p {
    font-size: 12px;
    line-height: 22px;
}

.ind2_page span {
    width: 8px;
    height: 8px;
}
.ind2_swiper {
    padding-bottom: 20px;
}
.ind_box2 {
    padding-bottom: 40px;
}

.ab3T_lis span{
	width:270px;
	height:270px;
}

.ab3 {
    padding: 40px 0;
}

.ab3_topp {
    margin: 30px auto;
}

.ab3_year {
    font-size: 15px;
    width: 65px;
	line-height:30px
}

.ab3_center {
    padding: 14px 0;
    margin: 10px 0 0;
}

.ab3_bottom li h5 {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
	font-weight:normal;
}

.ab3_bottom li{
    top: 0;
}
.ab3_bottom {
    min-height: 24px;
}




/* 5-15调整 */
.tech2_boxText h3{
	font-size: 18px;
    line-height: 30px;
    letter-spacing: 2px;
    margin: 20px 0 10px 0;
}
.tech2_boxImg:before{
	content: none;
}
.prod_cont3 a{
	font-size: 12px;
	line-height: 22px;
}
.prod_cont3{
	margin-top: 20px;
}
.not_cont1.clearfix{
	padding-bottom: 40px;
}
 
/* 5-15调整 */




/**6-6**/
.not_box.not_box1 {
    padding-top:60px;
}

.not_nav.not_nav1 {
    top:0;
}

.not_nav.not_nav1.nav_fix {
    top:52px;
}



.ab_addBoxFlex {
    -webkit-flex-wrap: wrap;
    -webkit-box-lines:multiple;
    -moz-flex-wrap:wrap;
    flex-wrap:wrap;
}

.ab_addBox_l {
    width: 100%;
    padding: 0;
}

.ab_addBox_r {
    width: 100%;
    border: none;
    padding-bottom: 0;
}

.ab_addBox_l_sw {
    padding: 34px 15px 45px 0;
}

.ab_addBox_arr {
    bottom: 10px;
    right: 10px;
}

.ab_addBox_arr a {
    height: 36px;
    width: 36px;
}

.ab_addBox_arr a i.fa {
    line-height: 36px;
}

.ab_addBox_r_sw {
    padding: 0;
}

.ab_add {
    padding: 50px 0 40px;
}
.inv3_lis {
    width: 100%;
    margin-top: 5px;
}
.swiper-container.ab6_swiper {
    width: 100%;
}
.ab6_cot {
    border: none;
}
/**6-6**/



.ab_addBox_arr h6{
    font-size: 13px !important;
}
.not_nav ul li a {
    line-height: 40px;
}
.not_box.not_box1 {
    padding-top: 40px;
}

.tech4_contLi {
    width: 50%;
    padding: 7px;
}
.tech4_contUl {
    margin: 0 -7px;
}

.tech4_contLi_box {
    padding: 10px !important;
}

.tech4_left {
    padding: 40px 0!important;
}

.inv1_right{
    padding-top: 10px;
}


.inv2_left {
    width: 100%;
    position: relative;
    height: auto;
    border: solid 1px #fff;
}


.inv2_Lcot {
    position: relative; 
    top: 0; 
    left: 0; 
    text-align: center;
    transform: translate(0,0); 
    -webkit-transform: translate(0,0); 
    min-width: 250px;
    width: 80%;
    margin: 30px auto;
}

.inv2_Lcot h3 {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 2px;
}

.inv2_right{
    display: block;
}

.inv2_lis {
    padding: 0;
    margin-top: 30px;
}

.inv2_imgTit h2 {
    font-size: 14px;
    line-height: 24px;
}

.abAdd_list p {
    font-size: 12px;
    line-height: 22px;
    margin: 6px 0;
}



.ab_addBox_arr svg.visible-xs{
    display: inline-block !important;
    animation: www 2s linear infinite; 
    -webkit-animation: www 2s linear infinite;
}

@keyframes www {
    40% {
        transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(-360deg);
        -webkit-transform: rotateY(-360deg);
        -moz-transform: rotateY(-360deg);
        -ms-transform: rotateY(-360deg);
    }
}

@-webkit-keyframes www {
    40% {
        transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(-360deg);
        -webkit-transform: rotateY(-360deg);
        -moz-transform: rotateY(-360deg);
        -ms-transform: rotateY(-360deg);
    }
}
.inv1_cot .common_pagination {
    padding: 0 20px;
}








/**7-23**/
.footer_top, .footer_cont{display: block;}
.footT_left{padding-top: 20px;}
.footT_logo img{height: auto; max-width: 500px; width: 90%;}
.footT_left p{}
.footT_right{padding-top: 15px; float: left;}
.footT_right li{padding-top: 0; margin: 5px 0 0; margin-right: 15px;}
.footTb_right{padding-top: 15px;}
.footer_cont li a{font-size: 12px;}
.footer_top{padding-bottom: 20px;}
/**7-23**/






}